Skip to content

Commit ad76242

Browse files
committed
remove tags.
1 parent 50d89d4 commit ad76242

12 files changed

+21
-23
lines changed

doc/src/sgml/advanced.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ WHERE pos < 3;
533533
</programlisting>
534534

535535
The above query only shows the rows from the inner query having
536-
<literal>rank</> less than <literal>3</>.
536+
<literal>rank</> less than 3.
537537
</para>
538538

539539
<para>

doc/src/sgml/array.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
259259

260260
If any dimension is written as a slice, i.e., contains a colon, then all
261261
dimensions are treated as slices. Any dimension that has only a single
262-
number (no colon) is treated as being from <literal>1</>
262+
number (no colon) is treated as being from 1
263263
to the number specified. For example, <literal>[2]</> is treated as
264264
<literal>[1:2]</>, as in this example:
265265

doc/src/sgml/backup.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,8 @@ SELECT pg_stop_backup();
835835
GNU <application>tar</> return an error code indistinguishable from
836836
a fatal error if a file was truncated while <application>tar</> was
837837
copying it. Fortunately, GNU <application>tar</> versions 1.16 and
838-
later exit with <literal>1</> if a file was changed during the backup,
839-
and <literal>2</> for other errors.
838+
later exit with 1 if a file was changed during the backup,
839+
and 2 for other errors.
840840
</para>
841841

842842
<para>

doc/src/sgml/catalogs.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@
14551455
return the cast destination type as their result type. A cast
14561456
function can have up to three arguments. The second argument,
14571457
if present, must be type <type>integer</>; it receives the type
1458-
modifier associated with the destination type, or <literal>-1</>
1458+
modifier associated with the destination type, or -1
14591459
if there is none. The third argument,
14601460
if present, must be type <type>boolean</>; it receives <literal>true</>
14611461
if the cast is an explicit cast, <literal>false</> otherwise.
@@ -6541,8 +6541,7 @@
65416541
OID of the object within its system catalog, or null if the
65426542
object is not a general database object.
65436543
For advisory locks it is used to distinguish the two key
6544-
spaces (<literal>1</> for an int8 key, <literal>2</> for two
6545-
int4 keys).
6544+
spaces (1 for an int8 key, 2 for two int4 keys).
65466545
</entry>
65476546
</row>
65486547
<row>

doc/src/sgml/client-auth.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ omicron bryanh guest1
921921
<term><literal>include_realm</literal></term>
922922
<listitem>
923923
<para>
924-
If set to <literal>1</>, the realm name from the authenticated user
924+
If set to 1, the realm name from the authenticated user
925925
principal is included in the system user name that's passed through
926926
user name mapping (<xref linkend="auth-username-maps">). This is
927927
useful for handling users from multiple realms.
@@ -992,7 +992,7 @@ omicron bryanh guest1
992992
<term><literal>include_realm</literal></term>
993993
<listitem>
994994
<para>
995-
If set to <literal>1</>, the realm name from the authenticated user
995+
If set to 1, the realm name from the authenticated user
996996
principal is included in the system user name that's passed through
997997
user name mapping (<xref linkend="auth-username-maps">). This is
998998
useful for handling users from multiple realms.
@@ -1161,7 +1161,7 @@ omicron bryanh guest1
11611161
<term><literal>include_realm</literal></term>
11621162
<listitem>
11631163
<para>
1164-
If set to <literal>1</>, the realm name from the authenticated user
1164+
If set to 1, the realm name from the authenticated user
11651165
principal is included in the system user name that's passed through
11661166
user name mapping (<xref linkend="auth-username-maps">). This is
11671167
useful for handling users from multiple realms.
@@ -1372,7 +1372,7 @@ omicron bryanh guest1
13721372
<term><literal>ldaptls</literal></term>
13731373
<listitem>
13741374
<para>
1375-
Set to <literal>1</> to make the connection between PostgreSQL and the
1375+
Set to 1 to make the connection between PostgreSQL and the
13761376
LDAP server use TLS encryption. Note that this only encrypts
13771377
the traffic to the LDAP server &mdash; the connection to the client
13781378
will still be unencrypted unless SSL is used.

doc/src/sgml/config.sgml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3709,7 +3709,7 @@ FROM pg_stat_activity;
37093709
A value of zero logs all temporary file information, while positive
37103710
values log only files whose size is greater than or equal to
37113711
the specified number of kilobytes. The
3712-
default setting is <literal>-1</>, which disables such logging.
3712+
default setting is -1, which disables such logging.
37133713
Only superusers can change this setting.
37143714
</para>
37153715
</listitem>
@@ -4228,8 +4228,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
42284228
<listitem>
42294229
<para>
42304230
Specifies the cost delay value that will be used in automatic
4231-
<command>VACUUM</> operations. If <literal>-1</> is
4232-
specified, the regular
4231+
<command>VACUUM</> operations. If -1 is specified, the regular
42334232
<xref linkend="guc-vacuum-cost-delay"> value will be used.
42344233
The default value is 20 milliseconds.
42354234
This parameter can only be set in the <filename>postgresql.conf</>
@@ -4248,7 +4247,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
42484247
<listitem>
42494248
<para>
42504249
Specifies the cost limit value that will be used in automatic
4251-
<command>VACUUM</> operations. If <literal>-1</> is specified (which is the
4250+
<command>VACUUM</> operations. If -1 is specified (which is the
42524251
default), the regular
42534252
<xref linkend="guc-vacuum-cost-limit"> value will be used. Note that
42544253
the value is distributed proportionally among the running autovacuum

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3705,8 +3705,8 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
37053705
match, the <replaceable>source</> string is returned with the
37063706
<replaceable>replacement</> string substituted for the matching
37073707
substring. The <replaceable>replacement</> string can contain
3708-
<literal>\</><replaceable>n</>, where <replaceable>n</> is <literal>1</>
3709-
through <literal>9</>, to indicate that the source substring matching the
3708+
<literal>\</><replaceable>n</>, where <replaceable>n</> is 1
3709+
through 9, to indicate that the source substring matching the
37103710
<replaceable>n</>'th parenthesized subexpression of the pattern should be
37113711
inserted, and it can contain <literal>\&amp;</> to indicate that the
37123712
substring matching the entire pattern should be inserted. Write

doc/src/sgml/high-availability.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ LOG: database system is ready to accept read only connections
19131913
advised to select a larger value of <varname>max_locks_per_transaction</>,
19141914
perhaps as much as twice the value of the parameter on
19151915
the primary server. You need not consider this at all if
1916-
your setting of <varname>max_prepared_transactions</> is <literal>0</>.
1916+
your setting of <varname>max_prepared_transactions</> is 0.
19171917
</para>
19181918
</listitem>
19191919
</itemizedlist>

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5331,7 +5331,7 @@ int PQsetvalue(PGresult *res, int tup_num, int field_num, char *value, int len);
53315331
function can only grow the tuples array one tuple at a time. But any
53325332
field of any existing tuple can be modified in any order. If a value at
53335333
<parameter>field_num</parameter> already exists, it will be overwritten.
5334-
If <parameter>len</parameter> is <literal>-1</literal> or
5334+
If <parameter>len</parameter> is -1 or
53355335
<parameter>value</parameter> is <symbol>NULL</>, the field value
53365336
will be set to an SQL null value. The
53375337
<parameter>value</parameter> is copied into the result's private storage,

doc/src/sgml/runtime.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
20072007
certificates of the certificate authorities (<acronym>CA</acronym>s)
20082008
you trust in the file <filename>root.crt</filename> in the data
20092009
directory, and set the <literal>clientcert</literal> parameter
2010-
to <literal>1</literal> on the appropriate <literal>hostssl</> line(s) in
2010+
to 1 on the appropriate <literal>hostssl</> line(s) in
20112011
<filename>pg_hba.conf</>.
20122012
A certificate will then be requested from the client during
20132013
SSL connection startup. (See <xref linkend="libpq-ssl"> for a
@@ -2025,7 +2025,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
20252025
The <literal>clientcert</literal> option in <filename>pg_hba.conf</> is
20262026
available for all authentication methods, but only for rows specified as
20272027
<literal>hostssl</>. When <literal>clientcert</literal> is not specified
2028-
or is set to <literal>0</>, the server will still verify presented client
2028+
or is set to 0, the server will still verify presented client
20292029
certificates against <filename>root.crt</filename> if that file exists
20302030
&mdash; but it will not insist that a client certificate be presented.
20312031
</para>

doc/src/sgml/spi.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ int SPI_getargcount(SPIPlanPtr <parameter>plan</parameter>)
11991199
The count of expected arguments for the <parameter>plan</parameter>.
12001200
If the <parameter>plan</parameter> is <symbol>NULL</symbol> or invalid,
12011201
<varname>SPI_result</varname> is set to <symbol>SPI_ERROR_ARGUMENT</symbol>
1202-
and <literal>-1</literal> is returned.
1202+
and -1 is returned.
12031203
</para>
12041204
</refsect1>
12051205
</refentry>

doc/src/sgml/tsearch2.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
due to failure to recreate the original <application>tsearch2</>
164164
objects. These errors can be ignored, but this means you cannot
165165
restore the dump in a single transaction (eg, you cannot use
166-
<application>pg_restore</>'s <literal>-1</> switch).
166+
<application>pg_restore</>'s <option>-1</> switch).
167167
</para>
168168
</step>
169169

0 commit comments

Comments
 (0)