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 | 524712ceae3b443e19b54ad877d26558af7ee3d0 (patch) | |
tree | 5a61c472998ce9103acede4d787bbd352e4c7d9c | |
parent | 9425c90cc3e16c2779e3e413030b53206e625508 (diff) | |
download | postgresql-524712ceae3b443e19b54ad877d26558af7ee3d0.tar.gz postgresql-524712ceae3b443e19b54ad877d26558af7ee3d0.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
-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 f6daed6bc73..1e0e5c36618 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3560,8 +3560,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> |