Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe709f3

Browse filesBrowse 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 05a719c commit fe709f3
Copy full SHA for fe709f3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/libpq.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/libpq.sgml
+2-2Lines 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>src/include/catalog/pg_type.h</filename>
3280-
in the source tree.
3279+
in the file <filename>include/catalog/pg_type.h</filename>
3280+
in the compiled source directory and install directory.
32813281
</para>
32823282
</listitem>
32833283
</varlistentry>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.