Skip to content

Commit 4bf2d74

Browse files
committed
#133 : PgSQL [adding pg_set_error_context_visibility](https://github.com/php/php-src/pull/113953)
1 parent 49d73d4 commit 4bf2d74

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

data/reference/extension/pgsql/83/constants.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,20 @@
2929
"constraint": ">11.0"
3030
}
3131
]
32+
},
33+
{
34+
"name": "PGSQL_SHOW_CONTEXT_NEVER",
35+
"ext_min": "8.3.0alpha2",
36+
"php_min": "8.3.0alpha2"
37+
},
38+
{
39+
"name": "PGSQL_SHOW_CONTEXT_ERRORS",
40+
"ext_min": "8.3.0alpha2",
41+
"php_min": "8.3.0alpha2"
42+
},
43+
{
44+
"name": "PGSQL_SHOW_CONTEXT_ALWAYS",
45+
"ext_min": "8.3.0alpha2",
46+
"php_min": "8.3.0alpha2"
3247
}
3348
]

data/reference/extension/pgsql/83/functions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,16 @@
1818
"name": "pg_pipeline_sync",
1919
"ext_min": "8.3.0alpha1",
2020
"php_min": "8.3.0alpha1"
21+
},
22+
{
23+
"name": "pg_set_error_context_visibility",
24+
"ext_min": "8.3.0alpha2",
25+
"php_min": "8.3.0alpha2",
26+
"dependencies": [
27+
{
28+
"name": "libpq",
29+
"constraint": ">=9.6"
30+
}
31+
]
2132
}
2233
]

0 commit comments

Comments
 (0)