Skip to content

Commit e60f4a3

Browse files
committed
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
1 parent b740b4a commit e60f4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3560,8 +3560,8 @@ Oid PQftype(const PGresult *res,
35603560
You can query the system table <literal>pg_type</literal> to
35613561
obtain the names and properties of the various data types. The
35623562
<acronym>OID</acronym>s of the built-in data types are defined
3563-
in the file <filename>src/include/catalog/pg_type_d.h</filename>
3564-
in the source tree.
3563+
in the file <filename>include/catalog/pg_type_d.h</filename>
3564+
in the compiled source directory and install directory.
35653565
</para>
35663566
</listitem>
35673567
</varlistentry>

0 commit comments

Comments
 (0)