pg_meta_data
pg_meta_data
(PHP 4 >= 4.3.0, PHP 5, PHP 7)
pg_meta_data — Get meta data for table
Description
array pg_meta_data ( resource $connection , string $table_name [, bool $extended ] )
pg_meta_data() returns table definition for table_name as an array.
Parameters
-
connection
-
PostgreSQL database connection resource.
-
table_name