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 3284fe4 commit be83aebCopy full SHA for be83aeb
doc/src/sgml/libpq.sgml
@@ -3214,8 +3214,8 @@ Oid PQftype(const PGresult *res,
3214
You can query the system table <literal>pg_type</literal> to
3215
obtain the names and properties of the various data types. The
3216
<acronym>OID</acronym>s of the built-in data types are defined
3217
- in the file <filename>src/include/catalog/pg_type.h</filename>
3218
- in the source tree.
+ in the file <filename>include/catalog/pg_type.h</filename>
+ in the compiled source directory and install directory.
3219
</para>
3220
</listitem>
3221
</varlistentry>
0 commit comments