Re: pg error question

2019-10-14 Thread Tom Lane
PG Doc comments form writes: > when we use pgsql > a error happens > ERROR: XX000: unrecognized node type: 68 That's not supposed to happen, so this might be grounds for a bug report, but you've not provided nearly enough information for anyone to diagnose it. Please see https://wiki.postgresq

Where is libpq_fe.h

2019-10-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/libpq.html Description: When building an app or library that links with libpq.dll it is obviously necessary to include libpq_fe.h. The documentation recommends using binary distributions o

pg error question

2019-10-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/errcodes-appendix.html Description: when we use pgsql a error happens ERROR: XX000: unrecognized node type: 68

Miscellaneous minor fixes

2019-10-14 Thread Alexander Lakhin
Hello, Please consider fixing minor inconsistencies and typos in doc/. (fix-contributor-name.patch is for REL_12_STABLE only) Best regards, Alexander diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 5e2992ddac..3e6f9cd532 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc