doc: Postgres -> PostgreSQL

This commit is contained in:
Peter Eisentraut 2019-09-06 22:16:58 +02:00
parent 8e5ce1c3f8
commit c57dbc1989
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
</para>
<para>
Most Postgres developers don't need to be directly concerned with
Most PostgreSQL developers don't need to be directly concerned with
the <acronym>BKI</acronym> 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

View File

@ -2469,7 +2469,7 @@ xcodebuild -version -sdk macosx Path
of <literal>DYLD_LIBRARY_PATH</literal> down to the executables being
tested. You can work around that by doing <literal>make
install</literal> before <literal>make check</literal>.
Most Postgres developers just turn off SIP, though.
Most PostgreSQL developers just turn off SIP, though.
</para>
</sect2>