summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-16 12:36:16 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-16 12:36:16 -0500
commit4dccb5c59ff7f9c6cfd3ddfe7ab98b2d7a2b7e6f (patch)
tree42e0c20f90e0aed40a7a0aa686e4cb1accc85a83
parentba665ed1c2e3386026a8249cdaabf95c4674d716 (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
-rw-r--r--doc/src/sgml/libpq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index f666c7ffe13..d5d70305726 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -3214,8 +3214,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>