We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b740b4a commit e60f4a3Copy full SHA for e60f4a3
doc/src/sgml/libpq.sgml
@@ -3560,8 +3560,8 @@ Oid PQftype(const PGresult *res,
3560
You can query the system table <literal>pg_type</literal> to
3561
obtain the names and properties of the various data types. The
3562
<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.
+ in the file <filename>include/catalog/pg_type_d.h</filename>
+ in the compiled source directory and install directory.
3565
</para>
3566
</listitem>
3567
</varlistentry>
0 commit comments