Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdc18ea

Browse files
committed
Docs: tidy up various usages of the productname tag
This tries to bring a bit more consistency to the use of the <productname>tag in the documents. This fixes a couple of mistakes with our ownproduct. We definitely should be consistently calling that PostgreSQLwhen we're referring to the modern-day version of the software.This also tidies up a couple of inconsistencies with the case of otherproduct names, namely Emacs and Python. We also get rid of some incorrectusages of <productname> and replace them with <literal>.Many of these mistakes exist in the back branches, but they don't quiteseem critical enough to warrant fixing them in prior versions at thisstage.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411020336.GB26620@telsasoft.com
1 parent042a923 commitfdc18ea

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12962,7 +12962,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1296212962
<para>
1296312963
The <structname>pg_shmem_allocations</structname> view shows allocations
1296412964
made from the server's main shared memory segment. This includes both
12965-
memory allocated by <productname>postgres</productname> itself and memory
12965+
memory allocated by <productname>PostgreSQL</productname> itself and memory
1296612966
allocated by extensions using the mechanisms detailed in
1296712967
<xref linkend="xfunc-shared-addin" />.
1296812968
</para>

‎doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ omicron bryanh guest1
15231523
</note>
15241524

15251525
<para>
1526-
The following configuration options are supported for <productname>ident</productname>:
1526+
The following configuration options are supported for <literal>ident</literal>:
15271527
<variablelist>
15281528
<varlistentry>
15291529
<term><literal>map</literal></term>
@@ -1597,7 +1597,7 @@ omicron bryanh guest1
15971597
</para>
15981598

15991599
<para>
1600-
The following configuration options are supported for <productname>peer</productname>:
1600+
The following configuration options are supported for <literal>peer</literal>:
16011601
<variablelist>
16021602
<varlistentry>
16031603
<term><literal>map</literal></term>

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8233,7 +8233,7 @@ $COMMIT;
82338233
you functions that have the same name and the same basic behavior but it is
82348234
no drop-in replacement if you are using <productname>Informix</productname> at the moment. Moreover,
82358235
some of the data types are different. For example,
8236-
<productname>PostgreSQL's</productname> datetime and interval types do not
8236+
<productname>PostgreSQL</productname>'s datetime and interval types do not
82378237
know about ranges like for example <literal>YEAR TO MINUTE</literal> so you won't
82388238
find support in ECPG for that either.
82398239
</para>

‎doc/src/sgml/install-windows.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ $ENV{MSBFLAGS}="/m";
370370
</para>
371371

372372
<para>
373-
To use a server-side third party library such as <productname>python</productname> or
373+
To use a server-side third party library such as <productname>Python</productname> or
374374
<productname>OpenSSL</productname>, this library <emphasis>must</emphasis> also be
375375
64-bit. There is no support for loading a 32-bit library in a 64-bit
376376
server. Several of the third party libraries that PostgreSQL supports may

‎doc/src/sgml/sources.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<para>
6565
The <filename>src/tools/editors</filename> directory contains sample settings
66-
files that can be used with the <productname>emacs</productname>,
66+
files that can be used with the <productname>Emacs</productname>,
6767
<productname>xemacs</productname> or <productname>vim</productname>
6868
editors to help ensure that they format code according to these
6969
conventions.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp