pg_meta_data

(no version information, might be only in CVS)

pg_meta_data --  Get meta data for table.

Description

array pg_meta_data ( resource connection, string table_name)

pg_meta_data() returns table definition for table_name as array. If there is error, it returns FALSE

Note: This function is experimental.

See also pg_convert()