diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-11-16 12:36:16 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-11-16 12:36:16 -0500 |
commit | 0adbd3efb639fac40530dea2488152fa5d37d274 (patch) | |
tree | eb93e93b6a10f11f329d7382570e4a0283a92328 /doc/src | |
parent | 2ed099ed6dce5079e6cc5d5bf3142b941ca2f04e (diff) |
doc: clarify how to find pg_type_d.h in the install tree
Followup to patch 152ed04799.
Reported-by: Alvaro Herrera
Discussion: https://postgr.es/m/20201112202900.GA28098@alvherre.pgsql
Backpatch-through: 9.5
Diffstat (limited to 'doc/src')
-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 42826b60182..3c0d70f802e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3491,8 +3491,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>include/catalog/pg_type.h</filename> - in the compiled source directory and install directory. + in the file <filename>include/server/catalog/pg_type.h</filename> + in the install directory. </para> </listitem> </varlistentry> |