pg_field_type_oid() returns an integer containing the type ID the given field_number in the given PostgreSQL result resource. Field numbering starts at 0.
You can get more information about the field type by querying PostgreSQL pg_type system table using the ID obtained with this function.
| Poprzedni | Spis treści | Następny |
| pg_field_size | Początek rozdziału | pg_field_type |