]> granicus.if.org Git - postgresql/commitdiff
remove tags.
authorBruce Momjian <bruce@momjian.us>
Sun, 6 Feb 2011 23:32:27 +0000 (18:32 -0500)
committerBruce Momjian <bruce@momjian.us>
Sun, 6 Feb 2011 23:44:43 +0000 (18:44 -0500)
12 files changed:
doc/src/sgml/advanced.sgml
doc/src/sgml/array.sgml
doc/src/sgml/backup.sgml
doc/src/sgml/catalogs.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/config.sgml
doc/src/sgml/func.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/spi.sgml
doc/src/sgml/tsearch2.sgml

index 9cb717313a8cb1d6da43d0876846ca9a68f9671f..11859b4e30fa50301c859003af602e3d2c3a90d6 100644 (file)
@@ -533,7 +533,7 @@ WHERE pos &lt; 3;
 </programlisting>
 
     The above query only shows the rows from the inner query having
-    <literal>rank</> less than <literal>3</>.
+    <literal>rank</> less than 3.
    </para>
 
    <para>
index bb4657e33cbc82c5bf6d24f738de9b4d38646146..b3ecda5f25dfdfab174312aa42230f4a179e842a 100644 (file)
@@ -259,7 +259,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
 
   If any dimension is written as a slice, i.e., contains a colon, then all
   dimensions are treated as slices.  Any dimension that has only a single
-  number (no colon) is treated as being from <literal>1</>
+  number (no colon) is treated as being from 1
   to the number specified.  For example, <literal>[2]</> is treated as
   <literal>[1:2]</>, as in this example:
 
index dcbb2c86e2400692addd927d9b5fd0eeb86ccfb9..62830cb6ca09e3d37b8555b8c86fa1e6d6d0939b 100644 (file)
@@ -835,8 +835,8 @@ SELECT pg_stop_backup();
     GNU <application>tar</> return an error code indistinguishable from
     a fatal error if a file was truncated while <application>tar</> was
     copying it.  Fortunately, GNU <application>tar</> versions 1.16 and
-    later exit with <literal>1</> if a file was changed during the backup,
-    and <literal>2</> for other errors.
+    later exit with 1 if a file was changed during the backup,
+    and 2 for other errors.
    </para>
 
    <para>
index 09152e6c5cea295ee653dddec9d05c2ba91af8a5..eda82c5f34e07f889ce41a7ffe91e68bde5c8cb8 100644 (file)
    return the cast destination type as their result type.  A cast
    function can have up to three arguments.  The second argument,
    if present, must be type <type>integer</>; it receives the type
-   modifier associated with the destination type, or <literal>-1</>
+   modifier associated with the destination type, or -1
    if there is none.  The third argument,
    if present, must be type <type>boolean</>; it receives <literal>true</>
    if the cast is an explicit cast, <literal>false</> otherwise.
        OID of the object within its system catalog, or null if the
        object is not a general database object.
        For advisory locks it is used to distinguish the two key
-       spaces (<literal>1</> for an int8 key, <literal>2</> for two
-       int4 keys).
+       spaces (1 for an int8 key, 2 for two int4 keys).
       </entry>
      </row>
      <row>
index a7bb2cd9fe5e76b8007f64e3c386510e4e527418..a2c04948b274d497ab8e0ef176f3d74719b581d8 100644 (file)
@@ -921,7 +921,7 @@ omicron         bryanh                  guest1
       <term><literal>include_realm</literal></term>
       <listitem>
        <para>
-        If set to <literal>1</>, the realm name from the authenticated user
+        If set to 1, the realm name from the authenticated user
         principal is included in the system user name that's passed through
         user name mapping (<xref linkend="auth-username-maps">). This is
         useful for handling users from multiple realms.
@@ -992,7 +992,7 @@ omicron         bryanh                  guest1
       <term><literal>include_realm</literal></term>
       <listitem>
        <para>
-        If set to <literal>1</>, the realm name from the authenticated user
+        If set to 1, the realm name from the authenticated user
         principal is included in the system user name that's passed through
         user name mapping (<xref linkend="auth-username-maps">). This is
         useful for handling users from multiple realms.
@@ -1161,7 +1161,7 @@ omicron         bryanh                  guest1
       <term><literal>include_realm</literal></term>
       <listitem>
        <para>
-        If set to <literal>1</>, the realm name from the authenticated user
+        If set to 1, the realm name from the authenticated user
         principal is included in the system user name that's passed through
         user name mapping (<xref linkend="auth-username-maps">). This is
         useful for handling users from multiple realms.
@@ -1372,7 +1372,7 @@ omicron         bryanh                  guest1
       <term><literal>ldaptls</literal></term>
       <listitem>
        <para>
-        Set to <literal>1</> to make the connection between PostgreSQL and the
+        Set to 1 to make the connection between PostgreSQL and the
         LDAP server use TLS encryption. Note that this only encrypts
         the traffic to the LDAP server &mdash; the connection to the client
         will still be unencrypted unless SSL is used.
index 68c946245d063468b9071552850a1da4430f6c33..d2a6445af31990debf9be7327aedb98271bf12c8 100644 (file)
@@ -3709,7 +3709,7 @@ FROM pg_stat_activity;
         A value of zero logs all temporary file information, while positive
         values log only files whose size is greater than or equal to
         the specified number of kilobytes.  The
-        default setting is <literal>-1</>, which disables such logging.
+        default setting is -1, which disables such logging.
         Only superusers can change this setting.
        </para>
       </listitem>
@@ -4228,8 +4228,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
       <listitem>
        <para>
         Specifies the cost delay value that will be used in automatic
-        <command>VACUUM</> operations.  If <literal>-1</> is
-        specified, the regular
+        <command>VACUUM</> operations.  If -1 is specified, the regular
         <xref linkend="guc-vacuum-cost-delay"> value will be used.
         The default value is 20 milliseconds.
         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;
       <listitem>
        <para>
         Specifies the cost limit value that will be used in automatic
-        <command>VACUUM</> operations.  If <literal>-1</> is specified (which is the
+        <command>VACUUM</> operations.  If -1 is specified (which is the
         default), the regular
         <xref linkend="guc-vacuum-cost-limit"> value will be used.  Note that
         the value is distributed proportionally among the running autovacuum
index 28ee62a1de443d606b693eb98d014765cbbbdbb4..2bbada0d068cc85fc8bf47943fa48f9620ee0649 100644 (file)
@@ -3705,8 +3705,8 @@ substring('foobar' from 'o(.)b')   <lineannotation>o</lineannotation>
      match, the <replaceable>source</> string is returned with the
      <replaceable>replacement</> string substituted for the matching
      substring.  The <replaceable>replacement</> string can contain
-     <literal>\</><replaceable>n</>, where <replaceable>n</> is <literal>1</>
-     through <literal>9</>, to indicate that the source substring matching the
+     <literal>\</><replaceable>n</>, where <replaceable>n</> is 1
+     through 9, to indicate that the source substring matching the
      <replaceable>n</>'th parenthesized subexpression of the pattern should be
      inserted, and it can contain <literal>\&amp;</> to indicate that the
      substring matching the entire pattern should be inserted.  Write
index 31db9ac537dfd024de2959f741e9ca59bdca2e64..94d5ae8d358f19e0a4996a535d225854ba49b3d3 100644 (file)
@@ -1913,7 +1913,7 @@ LOG:  database system is ready to accept read only connections
      advised to select a larger value of <varname>max_locks_per_transaction</>,
      perhaps as much as twice the value of the parameter on
      the primary server. You need not consider this at all if
-     your setting of <varname>max_prepared_transactions</> is <literal>0</>.
+     your setting of <varname>max_prepared_transactions</> is 0.
     </para>
    </listitem>
   </itemizedlist>
index 38245886a77edafaf282b45eda03c33087207b2b..7131fb4ce6209ecc87c86c875b11a39eeceebb7d 100644 (file)
@@ -5331,7 +5331,7 @@ int PQsetvalue(PGresult *res, int tup_num, int field_num, char *value, int len);
       function can only grow the tuples array one tuple at a time.  But any
       field of any existing tuple can be modified in any order.  If a value at
       <parameter>field_num</parameter> already exists, it will be overwritten.
-      If <parameter>len</parameter> is <literal>-1</literal> or
+      If <parameter>len</parameter> is -1 or
       <parameter>value</parameter> is <symbol>NULL</>, the field value
       will be set to an SQL null value.  The
       <parameter>value</parameter> is copied into the result's private storage,
index 5161c8c5f0092bc3ba00e7287235e908ac465c26..4a989df4f951d0eb63786d7f3f2bc82f10fc8ab5 100644 (file)
@@ -2007,7 +2007,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
    certificates of the certificate authorities (<acronym>CA</acronym>s)
    you trust in the file <filename>root.crt</filename> in the data
    directory, and set the <literal>clientcert</literal> parameter
-   to <literal>1</literal> on the appropriate <literal>hostssl</> line(s) in
+   to 1 on the appropriate <literal>hostssl</> line(s) in
    <filename>pg_hba.conf</>.
    A certificate will then be requested from the client during
    SSL connection startup.  (See <xref linkend="libpq-ssl"> for a
@@ -2025,7 +2025,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
    The <literal>clientcert</literal> option in <filename>pg_hba.conf</> is
    available for all authentication methods, but only for rows specified as
    <literal>hostssl</>.  When <literal>clientcert</literal> is not specified
-   or is set to <literal>0</>, the server will still verify presented client
+   or is set to 0, the server will still verify presented client
    certificates against <filename>root.crt</filename> if that file exists
    &mdash; but it will not insist that a client certificate be presented.
   </para>
index bb11680eeebd08fda84926b690e7acc2d66efdb1..fcee74f60530cadbd8c21a3f29c731198d5ecc5c 100644 (file)
@@ -1199,7 +1199,7 @@ int SPI_getargcount(SPIPlanPtr <parameter>plan</parameter>)
     The count of expected arguments for the <parameter>plan</parameter>.
     If the <parameter>plan</parameter> is <symbol>NULL</symbol> or invalid,
     <varname>SPI_result</varname> is set to <symbol>SPI_ERROR_ARGUMENT</symbol>
-    and <literal>-1</literal> is returned.
+    and -1 is returned.
   </para>
  </refsect1>
 </refentry>
index c66459fbbaed09337e9b4bd9b3d723d3e1e5a9ed..1933e2b966bf262d20a2def6d31183527b116ed2 100644 (file)
      due to failure to recreate the original <application>tsearch2</>
      objects.  These errors can be ignored, but this means you cannot
      restore the dump in a single transaction (eg, you cannot use
-     <application>pg_restore</>'s <literal>-1</> switch).
+     <application>pg_restore</>'s <option>-1</> switch).
     </para>
    </step>