pg_field_table

Example

 mixed pg_field_table ( resource $result , int $field_number [, bool $oid_only = false ] ) 

Description

pg_field_table() returns the name of the table that field belongs to, or the table's oid if oid_only is TRUE.

Return Values

On success either the fields table name or oid. Or, FALSE on failure.