aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-11-16 12:36:17 -0500
committerBruce Momjian <bruce@momjian.us>2020-11-16 12:36:17 -0500
commit8ad06bcbe136360296a804da7d7631a78fd15e70 (patch)
treefe3ee9534d021bfd006240bd133968ad0850571a /doc/src
parentd93ccdea1d447ab7e8c48797153ce58b051f1a37 (diff)
downloadpostgresql-8ad06bcbe136360296a804da7d7631a78fd15e70.tar.gz
postgresql-8ad06bcbe136360296a804da7d7631a78fd15e70.zip
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.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 73c6a6ea4d0..9d4b6ab4a89 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -3666,8 +3666,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_d.h</filename>
- in the compiled source directory and install directory.
+ in the file <filename>include/server/catalog/pg_type_d.h</filename>
+ in the install directory.
</para>
</listitem>
</varlistentry>