From 6f7f6a69acff4229d544f6a26fe0ded59ddd5fc7 Mon Sep 17 00:00:00 2001 From: tanghy Date: Wed, 26 May 2021 11:38:23 +0900 Subject: [PATCH] dir fix for pg_type_d.h diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 875950b83c..5938206617 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -3829,7 +3829,7 @@ Oid PQftype(const PGresult *res, You can query the system table pg_type to obtain the names and properties of the various data types. The OIDs of the built-in data types are defined - in the file include/server/catalog/pg_type_d.h + in the file `pg_config --pkgincludedir`/server/catalog/pg_type_d.h in the install directory. -- 2.30.0.windows.2