summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/pg_metadata.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/pg_metadata.inc')
-rw-r--r--ext/pgsql/tests/pg_metadata.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/pgsql/tests/pg_metadata.inc b/ext/pgsql/tests/pg_metadata.inc
deleted file mode 100644
index 16a2577e36..0000000000
--- a/ext/pgsql/tests/pg_metadata.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-error_reporting(E_ALL);
-
-include 'config.inc';
-
-$db = pg_connect($conn_str);
-
-$meta = pg_metadata($db, $table_name);
-
-var_dump($meta);
-
-
-?>