Release notes for all versions of PostgreSQL can be found on-line at
-https://www.postgresql.org/docs/current/static/release.html
+https://www.postgresql.org/docs/current/release.html
Distribution file sets include release notes for their version and preceding
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser.
PostgreSQL has many language interfaces, many of which are listed here:
- https://www.postgresql.org/download
+ https://www.postgresql.org/download/
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and
If you are using a git checkout, you can view the most recent installation
instructions at:
- https://www.postgresql.org/docs/devel/static/installation.html
+ https://www.postgresql.org/docs/devel/installation.html
Users compiling from git will also need compatible versions of Bison, Flex,
and Perl, as discussed in the install documentation. These programs are not
/*
* This code erroneously assumes '\.' on a line alone
* inside a quoted CSV string terminates the \copy.
*/
if (strcmp(buf, "\\.\n") == 0 ||
strcmp(buf, "\\.\r\n") == 0)