Skip to content

Commit 5491d78

Browse files
committed
doc: clarify how to find pg_type_d.h in the install tree
Followup to patch 152ed04. Reported-by: Alvaro Herrera Discussion: https://postgr.es/m/20201112202900.GA28098@alvherre.pgsql Backpatch-through: 9.5
1 parent 7bf7e5c commit 5491d78

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
@@ -3276,8 +3276,8 @@ Oid PQftype(const PGresult *res,
32763276
You can query the system table <literal>pg_type</literal> to
32773277
obtain the names and properties of the various data types. The
32783278
<acronym>OID</acronym>s of the built-in data types are defined
3279-
in the file <filename>include/catalog/pg_type.h</filename>
3280-
in the compiled source directory and install directory.
3279+
in the file <filename>include/server/catalog/pg_type.h</filename>
3280+
in the install directory.
32813281
</para>
32823282
</listitem>
32833283
</varlistentry>

0 commit comments

Comments
 (0)