pg_field_table

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

説明

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

戻り値

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