8000
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 e4b5e5f commit 3f93b34Copy full SHA for 3f93b34
doc/src/sgml/libpq.sgml
@@ -3661,8 +3661,8 @@ Oid PQftype(const PGresult *res,
3661
You can query the system table <literal>pg_type</literal> to
3662
obtain the names and properties of the various data types. The
3663
<acronym>OID</acronym>s of the built-in data types are defined
3664
- in the file <filename>src/include/catalog/pg_type_d.h</filename>
3665
- in the source tree.
+ in the file <filename>include/catalog/pg_type_d.h</filename>
+ in the compiled source directory and install directory.
3666
</para>
3667
</listitem>
3668
</varlistentry>
0 commit comments