diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-12 15:13:01 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-12 15:13:01 -0500 |
commit | 36051198dfa75c9b7e19ae59e458c12f48d67abf (patch) | |
tree | ab012ed146aece4aa662c6730818bd7f12eed61f | |
parent | 90fdc259866ed800283620c8fe6329015ad58e5c (diff) | |
download | postgresql-36051198dfa75c9b7e19ae59e458c12f48d67abf.tar.gz postgresql-36051198dfa75c9b7e19ae59e458c12f48d67abf.zip |
doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h
These files are in compiled directories and install directories.
Reported-by: e.indrupskaya@postgrespro.ru
Discussion: https://postgr.es/m/160379609706.24746.7506163279454026608@wrigleys.postgresql.org
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index cefe355c95a..622d2133433 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3661,8 +3661,8 @@ Oid PQftype(const PGresult *res, You can query the system table <literal>pg_type</literal> to obtain the names and properties of the various data types. The <acronym>OID</acronym>s of the built-in data types are defined - in the file <filename>src/include/catalog/pg_type_d.h</filename> - in the source tree. + in the file <filename>include/catalog/pg_type_d.h</filename> + in the compiled source directory and install directory. </para> </listitem> </varlistentry> |