From: Peter Eisentraut Date: Fri, 6 Sep 2019 20:16:58 +0000 (+0200) Subject: doc: Postgres -> PostgreSQL X-Git-Tag: REL_12_BETA4~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69116b743af01bd0ab87b5dfc7395029002e23a1;p=postgresql doc: Postgres -> PostgreSQL --- diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index aa3d6f8e59..6523dd5032 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -65,7 +65,7 @@ - Most Postgres developers don't need to be directly concerned with + Most PostgreSQL developers don't need to be directly concerned with the BKI file, but almost any nontrivial feature addition in the backend will require modifying the catalog header files and/or initial data files. The rest of this chapter gives some diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4788ef4ba9..e5d064de83 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2300,7 +2300,7 @@ xcodebuild -version -sdk macosx Path of DYLD_LIBRARY_PATH down to the executables being tested. You can work around that by doing make install before make check. - Most Postgres developers just turn off SIP, though. + Most PostgreSQL developers just turn off SIP, though.