We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d8f90 commit 543467eCopy full SHA for 543467e
ext/pgsql/tests/config.inc
@@ -19,5 +19,3 @@ $view_def = "CREATE VIEW {$view_name} AS SELECT * FROM {$table_name};";
19
$table_def = "CREATE TABLE {$table_name} (num int, str text, bin bytea);";
20
$table_def_92 = "CREATE TABLE {$table_name_92} (textary text[], jsn json);";
21
$field_name = "num"; // For pg_field_num()
22
-
23
-?>
0 commit comments