]> granicus.if.org Git - postgresql/commitdiff
Documentation spell checking and markup improvements
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Jun 2017 18:01:45 +0000 (14:01 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Jun 2017 18:02:12 +0000 (14:02 -0400)
20 files changed:
doc/src/sgml/adminpack.sgml
doc/src/sgml/amcheck.sgml
doc/src/sgml/config.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/extend.sgml
doc/src/sgml/func.sgml
doc/src/sgml/generic-wal.sgml
doc/src/sgml/maintenance.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/pltcl.sgml
doc/src/sgml/ref/create_policy.sgml
doc/src/sgml/ref/create_statistics.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/explain.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/release-10.sgml
doc/src/sgml/user-manag.sgml
doc/src/sgml/xfunc.sgml

index 98736cb7c449df2383095f91bde50625b58968a5..fddf90c4a56f371f753f26328fb0ef3b7dc54fbc 100644 (file)
      <entry><type>integer</type></entry>
      <entry>
       Alternate name for <function>pg_rotate_logfile()</>, but note that it
-      returns integer 0 or 1 rather than boolean
+      returns integer 0 or 1 rather than <type>boolean</type>
      </entry>
     </row>
    </tbody>
index 893a5b41d92b12dae01a083b538cd011ef03542f..dd71dbd679b191d2078f3ffed370e48a30b3075e 100644 (file)
@@ -215,7 +215,7 @@ ORDER BY c.relpages DESC LIMIT 10;
    </listitem>
    <listitem>
     <para>
-     Filesystem or storage subsystem faults where checksums happen to
+     File system or storage subsystem faults where checksums happen to
      simply not be enabled.
     </para>
     <para>
@@ -223,7 +223,7 @@ ORDER BY c.relpages DESC LIMIT 10;
      shared memory buffer at the time of verification if there is only a
      shared buffer hit when accessing the block. Consequently,
      <filename>amcheck</> does not necessarily examine data read from the
-     filesystem at the time of verification. Note that when checksums are
+     file system at the time of verification. Note that when checksums are
      enabled, <filename>amcheck</> may raise an error due to a checksum
      failure when a corrupt block is read into a buffer.
     </para>
index ac1cf471f26e1ba9284714c7f97240c78f701a84..0b943f4c63288abd5d03dc81dcca2af448d6a34c 100644 (file)
@@ -1908,10 +1908,10 @@ include_dir 'conf.d'
        <listitem>
         <para>
          Whenever more than <varname>bgwriter_flush_after</varname> bytes have
-         been written by the bgwriter, attempt to force the OS to issue these
+         been written by the background writer, attempt to force the OS to issue these
          writes to the underlying storage.  Doing so will limit the amount of
          dirty data in the kernel's page cache, reducing the likelihood of
-         stalls when an fsync is issued at the end of a checkpoint, or when
+         stalls when an <function>fsync</function> is issued at the end of a checkpoint, or when
          the OS writes data back in larger batches in the background.  Often
          that will result in greatly reduced transaction latency, but there
          also are some cases, especially with workloads that are bigger than
@@ -2029,7 +2029,7 @@ include_dir 'conf.d'
          pool of processes established by
          <xref linkend="guc-max-worker-processes">, limited by
          <xref linkend="guc-max-parallel-workers">.  Note that the requested
-         number of workers may not actually be available at runtime.  If this
+         number of workers may not actually be available at run time.  If this
          occurs, the plan will run with fewer workers than expected, which may
          be inefficient.  The default value is 2.  Setting this value to 0
          disables parallel query execution.
@@ -2090,7 +2090,7 @@ include_dir 'conf.d'
          been written by a single backend, attempt to force the OS to issue
          these writes to the underlying storage.  Doing so will limit the
          amount of dirty data in the kernel's page cache, reducing the
-         likelihood of stalls when an fsync is issued at the end of a
+         likelihood of stalls when an <function>fsync</function> is issued at the end of a
          checkpoint, or when the OS writes data back in larger batches in the
          background.  Often that will result in greatly reduced transaction
          latency, but there also are some cases, especially with workloads
@@ -2270,7 +2270,7 @@ include_dir 'conf.d'
         For reliable recovery when changing <varname>fsync</varname>
         off to on, it is necessary to force all modified buffers in the
         kernel to durable storage.  This can be done while the cluster
-        is shutdown or while fsync is on by running <command>initdb
+        is shutdown or while <varname>fsync</varname> is on by running <command>initdb
         --sync-only</command>, running <command>sync</>, unmounting the
         file system, or rebooting the server.
        </para>
@@ -2700,7 +2700,7 @@ include_dir 'conf.d'
         have been written while performing a checkpoint, attempt to force the
         OS to issue these writes to the underlying storage.  Doing so will
         limit the amount of dirty data in the kernel's page cache, reducing
-        the likelihood of stalls when an fsync is issued at the end of the
+        the likelihood of stalls when an <function>fsync</function> is issued at the end of the
         checkpoint, or when the OS writes data back in larger batches in the
         background.  Often that will result in greatly reduced transaction
         latency, but there also are some cases, especially with workloads
@@ -3460,7 +3460,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
       <listitem>
        <para>
         Maximum number of synchronization workers per subscription. This
-        parameter controls the amount of paralelism of the initial data copy
+        parameter controls the amount of parallelism of the initial data copy
         during the subscription initialization or when new tables are added.
        </para>
        <para>
@@ -7356,7 +7356,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
         limit, while negative values
         mean <xref linkend="guc-max-pred-locks-per-transaction"> divided by
         the absolute value of this setting.  The default is -2, which keeps
-        the behaviour from previous versions of <productname>PostgreSQL</>.
+        the behavior from previous versions of <productname>PostgreSQL</>.
         This parameter can only be set in the <filename>postgresql.conf</>
         file or on the server command line.
        </para>
index ec015e93d07740a24ecc28ab74d12b4b9c33fddd..b05a9c21500a57ae13a559b73f97653201e1737f 100644 (file)
@@ -1769,13 +1769,13 @@ UPDATE 1
   <para>
    All of the policies constructed thus far have been permissive policies,
    meaning that when multiple policies are applied they are combined using
-   the "OR" boolean operator.  While permissive policies can be constructed
+   the <quote>OR</quote> Boolean operator.  While permissive policies can be constructed
    to only allow access to rows in the intended cases, it can be simpler to
    combine permissive policies with restrictive policies (which the records
-   must pass and which are combined using the "AND" boolean operator).
+   must pass and which are combined using the <quote>AND</quote> Boolean operator).
    Building on the example above, we add a restrictive policy to require
-   the administrator to be connected over a local unix socket to access the
-   records of the passwd table:
+   the administrator to be connected over a local Unix socket to access the
+   records of the <literal>passwd</literal> table:
   </para>
 
 <programlisting>
@@ -2971,7 +2971,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
        <command>CREATE TABLE</> nor is it possible to add columns to
        partitions after-the-fact using <command>ALTER TABLE</>.  Tables may be
        added as a partition with <command>ALTER TABLE ... ATTACH PARTITION</>
-       only if their columns exactly match the parent, including oids.
+       only if their columns exactly match the parent, including any
+       <literal>oid</literal> column.
       </para>
      </listitem>
 
index c4f211bc02401dde833b6584b830b45b31ee64fe..b96ef389a281d731c572be410f6d7eadf4b3b5ce 100644 (file)
@@ -1207,7 +1207,7 @@ include $(PGXS)
       <term><varname>NO_INSTALLCHECK</varname></term>
       <listitem>
        <para>
-        don't define an installcheck target, useful e.g. if tests require special configuration, or don't use pg_regress
+        don't define an <literal>installcheck</literal> target, useful e.g. if tests require special configuration, or don't use <application>pg_regress</application>
        </para>
       </listitem>
      </varlistentry>
index 7452d7cfa62c034cab8746ba07204a577dc09a77..e073f7b57c74d24fb9b0e24a8642d61ac64d6620 100644 (file)
     transformation functions <literal><function>radians()</function></literal>
     and <literal><function>degrees()</function></literal> shown earlier.
     However, using the degree-based trigonometric functions is preferred,
-    as that way avoids roundoff error for special cases such
+    as that way avoids round-off error for special cases such
     as <literal>sind(30)</>.
    </para>
   </note>
@@ -9571,7 +9571,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
         <entry><type>tsvector</type></entry>
         <entry>
           reduce each string value in the document to a <type>tsvector</>, and then
-          concatentate those in document order to produce a single <type>tsvector</>
+          concatenate those in document order to produce a single <type>tsvector</>
         </entry>
         <entry><literal>to_tsvector('english', '{"a": "The Fat Rats"}'::json)</literal></entry>
         <entry><literal>'fat':2 'rat':3</literal></entry>
@@ -9744,7 +9744,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
          <literal><function>unnest(<type>tsvector</>, OUT <replaceable class="PARAMETER">lexeme</> <type>text</>, OUT <replaceable class="PARAMETER">positions</> <type>smallint[]</>, OUT <replaceable class="PARAMETER">weights</> <type>text</>)</function></literal>
         </entry>
         <entry><type>setof record</type></entry>
-        <entry>expand a tsvector to a set of rows</entry>
+        <entry>expand a <type>tsvector</type> to a set of rows</entry>
         <entry><literal>unnest('fat:2,4 cat:3 rat:5A'::tsvector)</literal></entry>
         <entry><literal>(cat,{3},{D}) ...</literal></entry>
        </row>
@@ -17675,7 +17675,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
       <row>
        <entry><literal><function>txid_current_if_assigned()</function></literal></entry>
        <entry><type>bigint</type></entry>
-       <entry>same as <function>txid_current()</function> but returns null instead of assigning an xid if none is already assigned</entry>
+       <entry>same as <function>txid_current()</function> but returns null instead of assigning a new transaction ID if none is already assigned</entry>
       </row>
       <row>
        <entry><literal><function>txid_current_snapshot()</function></literal></entry>
@@ -17705,7 +17705,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
       <row>
        <entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry>
        <entry><type>txid_status</type></entry>
-       <entry>report the status of the given xact - <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or NULL if the txid is too old</entry>
+       <entry>report the status of the given transaction: <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or null if the transaction ID is too old</entry>
       </row>
      </tbody>
     </tgroup>
@@ -18592,7 +18592,7 @@ postgres=# select pg_start_backup('label_goes_here');
     the <filename>backup_label</> and <filename>tablespace_map</> are returned
     in the result of the function, and should be written to files in the
     backup (and not in the data directory).  There is an optional second
-    parameter of type boolean.  If false, the <function>pg_stop_backup</>
+    parameter of type <type>boolean</type>.  If false, the <function>pg_stop_backup</>
     will return immediately after the backup is completed without waiting for
     WAL to be archived.  This behavior is only useful for backup
     software which independently monitors WAL archiving. Otherwise, WAL
index 147d456d34c20375db272d710dbfed908dc5fa81..dfa78c5ca210a6480d94a2c8ba3fc216e43093d7 100644 (file)
@@ -35,7 +35,7 @@
       &mdash; register a buffer to be modified within the current generic WAL
       record.  This function returns a pointer to a temporary copy of the
       buffer's page, where modifications should be made.  (Do not modify the
-      buffer's contents directly.)  The third argument is a bitmask of flags
+      buffer's contents directly.)  The third argument is a bit mask of flags
       applicable to the operation.  Currently the only such flag is
       <literal>GENERIC_XLOG_FULL_IMAGE</>, which indicates that a full-page
       image rather than a delta update should be included in the WAL record.
index 65a64c85ec012452c999c7fdba6868b9a9e4c0de..fe1e0ed2b3da93e2ccb7d3975b900c0fd30b24df 100644 (file)
@@ -594,7 +594,7 @@ SELECT datname, age(datfrozenxid) FROM pg_database;
     scans every page in the table that is not already all-frozen, it should
     set <literal>age(relfrozenxid)</> to a value just a little more than the
     <varname>vacuum_freeze_min_age</> setting
-    that was used (more by the number of transcations started since the
+    that was used (more by the number of transactions started since the
     <command>VACUUM</> started).  If no <structfield>relfrozenxid</>-advancing
     <command>VACUUM</> is issued on the table until
     <varname>autovacuum_freeze_max_age</> is reached, an autovacuum will soon
index 9ff5eea0388ddb99fd1a3c912e8d6ebfe6de6ec7..be3dc672bcceb2e37df2eda6992ce575b2396e0e 100644 (file)
@@ -1143,7 +1143,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         </row>
         <row>
          <entry><literal>userlock</></entry>
-         <entry>Waiting to acquire a userlock.</entry>
+         <entry>Waiting to acquire a user lock.</entry>
         </row>
         <row>
          <entry><literal>advisory</></entry>
@@ -1244,7 +1244,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         </row>
         <row>
          <entry><literal>BtreePage</></entry>
-         <entry>Waiting for the page number needed to continue a parallel btree scan to become available.</entry>
+         <entry>Waiting for the page number needed to continue a parallel B-tree scan to become available.</entry>
         </row>
         <row>
          <entry><literal>ExecuteGather</></entry>
index b4b8f8dcb8fbc763147368d4b8d3d0567c288723..924f6091ba99cef7e9d7a3b0b4e64db18f64bdf1 100644 (file)
@@ -1214,7 +1214,7 @@ SELECT * FROM zipcodes WHERE city = 'San Francisco' AND zip = '90210';
      <para>
       In many practical situations, this assumption is usually satisfied;
       for example, there might be a GUI in the application that only allows
-      selecting compatible city and zipcode values to use in a query.
+      selecting compatible city and ZIP code values to use in a query.
       But if that's not the case, functional dependencies may not be a viable
       option.
      </para>
index dd2ffbc6ceb0aa68224561665a828a921ee68da3..37a3557d61227be15d4cf3c9d870b9f1e4bf05d4 100644 (file)
@@ -1335,7 +1335,7 @@ DO 'elog(WARNING, join ", ", sort keys %INC)' LANGUAGE plperl;
 </programlisting>
        </para>
        <para>
-        Initialization will happen in the postmaster if the plperl library is
+        Initialization will happen in the postmaster if the <literal>plperl</literal> library is
         included in <xref linkend="guc-shared-preload-libraries">, in which
         case extra consideration should be given to the risk of destabilizing
         the postmaster.  The principal reason for making use of this feature
index ba4af2aec51eb14f1d6054f87fd715dacc669268..acd4dd69d3ee64309b1756f1d3c233c0c545a86d 100644 (file)
@@ -882,7 +882,7 @@ CREATE EVENT TRIGGER tcl_a_snitch ON ddl_command_start EXECUTE PROCEDURE tclsnit
      first word identifies the subsystem or library reporting the error;
      beyond that the contents are left to the individual subsystem or
      library.  For database errors reported by PL/Tcl commands, the first
-     word is <literal>POSTGRES</literal>, the second word is the Postgres
+     word is <literal>POSTGRES</literal>, the second word is the PostgreSQL
      version number, and additional words are field name/value pairs
      providing detailed information about the error.
      Fields <varname>SQLSTATE</>, <varname>condition</>,
index 3b24e5e95eb41a878be6a8c1ae8c12a29401a2e0..c0dfe1ea4bf0fb19d469fe13b647dcbbd4893366 100644 (file)
@@ -126,7 +126,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
      <para>
       Specify that the policy is to be created as a permissive policy.
       All permissive policies which are applicable to a given query will
-      be combined together using the boolean "OR" operator.  By creating
+      be combined together using the Boolean <quote>OR</quote> operator.  By creating
       permissive policies, administrators can add to the set of records
       which can be accessed.  Policies are permissive by default.
      </para>
@@ -139,7 +139,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
      <para>
       Specify that the policy is to be created as a restrictive policy.
       All restrictive policies which are applicable to a given query will
-      be combined together using the boolean "AND" operator.  By creating
+      be combined together using the Boolean <quote>AND</quote> operator.  By creating
       restrictive policies, administrators can reduce the set of records
       which can be accessed as all restrictive policies must be passed for
       each record.
index f319a6ea9c2163b54f309720381e0efdcb4c70e4..deda21fec7fe894288931f35b3611693f8d37b19 100644 (file)
@@ -152,14 +152,14 @@ CREATE STATISTICS s1 (dependencies) ON a, b FROM t1;
 
 ANALYZE t1;
 
--- now the rowcount estimate is more accurate:
+-- now the row count estimate is more accurate:
 EXPLAIN ANALYZE SELECT * FROM t1 WHERE (a = 1) AND (b = 0);
 </programlisting>
 
    Without functional-dependency statistics, the planner would assume
    that the two <literal>WHERE</> conditions are independent, and would
    multiply their selectivities together to arrive at a much-too-small
-   rowcount estimate.
+   row count estimate.
    With such statistics, the planner recognizes that the <literal>WHERE</>
    conditions are redundant and does not underestimate the rowcount.
   </para>
index bc014d0879f671d471276c7921004fdba1702c98..b15c19d3d0c32c5730c5b20114861c60ec596657 100644 (file)
@@ -443,8 +443,8 @@ FROM ( { <replaceable class="PARAMETER">numeric_literal</replaceable> | <replace
       include multiple columns or expressions (up to 32, but this limit can
       altered when building <productname>PostgreSQL</productname>.), but for
       list partitioning, the partition key must consist of a single column or
-      expression.  If no btree operator class is specified when creating a
-      partitioned table, the default btree operator class for the datatype will
+      expression.  If no B-tree operator class is specified when creating a
+      partitioned table, the default B-tree operator class for the datatype will
       be used.  If there is none, an error will be reported.
      </para>
 
index 6d909f1a9782769670f8166002fcd44ac37503ed..421918094368de2be58ace9a38aca062445f8c01 100644 (file)
@@ -201,7 +201,7 @@ ROLLBACK;
     <term><literal>SUMMARY</literal></term>
     <listitem>
      <para>
-      Include summary information (eg: totalled timing information) after the
+      Include summary information (e.g., totaled timing information) after the
       query plan.  Summary information is included by default when
       <literal>ANALYZE</literal> is used but otherwise is not included by
       default, but can be enabled using this option.  Planning time in
index 2ab570ad4c1f64773545d77a14a0340998bad146..aa944a2e92ad074d92687dd194e4ecb9ae368664 100644 (file)
@@ -345,11 +345,14 @@ PostgreSQL documentation
       <term><option>--no-role-passwords</option></term>
       <listitem>
        <para>
-        Do not dump passwords for roles. When restored, roles will have a NULL
-        password and authentication will always fail until the password is reset.
-        Since password values aren't needed when this option is specified we
-        use the catalog view pg_roles in preference to pg_authid, since access
-        to pg_authid may be restricted by security policy.
+        Do not dump passwords for roles.  When restored, roles will have a
+        null password, and password authentication will always fail until the
+        password is set.  Since password values aren't needed when this option
+        is specified, the role information is read from the catalog
+        view <structname>pg_roles</structname> instead
+        of <structname>pg_authid</structname>.  Therefore, this option also
+        helps if access to <structname>pg_authid</structname> is restricted by
+        some security policy.
        </para>
       </listitem>
      </varlistentry>
index 19181493335aed58cdc03fd880d9b0c225c2fd0f..67d0c5499fc86b9c2aef520763b629858fbea564 100644 (file)
@@ -52,7 +52,7 @@
 -->
      <para>
       <application>pg_upgrade</>-ed hash indexes from previous major
-      Postgres versions must be rebuilt.
+      PostgreSQL versions must be rebuilt.
      </para>
 
      <para>
      Changing this from the default value caused queries referencing
      parent tables to not include children tables.  The <acronym>SQL</>
      standard requires such behavior and this has been the default since
-     Postgres 7.1.
+     PostgreSQL 7.1.
     </para>
     </listitem>
 
 
      <para>
       Users needing dump support for pre-8.0 servers need to use dump
-      binaries from Postgres 9.6.
+      binaries from PostgreSQL 9.6.
      </para>
     </listitem>
 
      <para>
       This removes configure's <option>--disable-integer-datetimes</>
       option.  Floating-point datetimes/timestamps have not been the
-      default since Postgres 8.3 and have few advantages.
+      default since PostgreSQL 8.3 and have few advantages.
      </para>
     </listitem>
 
      </para>
 
      <para>
-      This protocol hasn't had client support since Postgres 6.3.
+      This protocol hasn't had client support since PostgreSQL 6.3.
      </para>
     </listitem>
 
 
      <para>
       This removes compatibility with the contrib version of full text
-      search that shipped in pre-8.3 Postgres versions.
+      search that shipped in pre-8.3 PostgreSQL versions.
     </para>
     </listitem>
 
 2017-02-19 [0414b26ba] Add optimizer and executor support for parallel index-on
 -->
        <para>
-        Support parallel btree index scans (Rahila Syed, Amit Kapila,
+        Support parallel B-tree index scans (Rahila Syed, Amit Kapila,
         Robert Haas, Rafia Sabih)
        </para>
 
        <para>
-        Allows btree index pages to be checked by separate parallel
+        Allows B-tree index pages to be checked by separate parallel
         workers.
        </para>
       </listitem>
 2017-01-15 [0777f7a2e] Fix matching of boolean index columns to sort ordering.
 -->
       <para>
-       Improve planner matching of boolean indexes (Tom Lane)
+       Improve planner matching of <type>boolean</type> indexes (Tom Lane)
       </para>
       </listitem>
 
 2017-03-29 [f90d23d0c] Implement SortSupport for macaddr data type
 -->
        <para>
-        Improve sort performance of the macaddr data type (Brandur Leach)
+        Improve sort performance of the <type>macaddr</type> data type (Brandur Leach)
        </para>
       </listitem>
 
 2017-04-05 [68ea2b7f9] Reduce lock level for CREATE STATISTICS
 -->
        <para>
-        Reduce locking required to change table params (Simon Riggs,
+        Reduce locking required to change table parameters (Simon Riggs,
         Fabr&iacute;zio Mello)
        </para>
 
 
       <para>
        This allows more fine-grained replication options, including
-       replication between different major versions of Postgres and
+       replication between different major versions of PostgreSQL and
        selective-table replication.
       </para>
      </listitem>
       </para>
 
       <para>
-       The ecpg version now matches the Postgres distribution version
+       The ecpg version now matches the PostgreSQL distribution version
        number.
       </para>
      </listitem>
 
        <para>
         Temporary replication slots will be used by default when
-        <application>pg_basebackup</> uses wal streaming with default
+        <application>pg_basebackup</> uses WAL streaming with default
         options.
        </para>
       </listitem>
       <para>
        Major versions will now increase just the first number, and minor
        releases will increase just the second number.  A third number
-       will no longer be used in Postgres version numbers.
+       will no longer be used in PostgreSQL version numbers.
       </para>
      </listitem>
 
 2017-04-06 [510074f9f] Remove use of Jade and DSSSL
 -->
       <para>
-       Use <acronym>XSLT</> to build the Postgres documentation (Peter
+       Use <acronym>XSLT</> to build the PostgreSQL documentation (Peter
        Eisentraut)
       </para>
 
 -->
       <para>
        Add <link linkend="amcheck"><application>amcheck</></> which can
-       check the validity of btree indexes (Peter Geoghegan)
+       check the validity of B-tree indexes (Peter Geoghegan)
       </para>
      </listitem>
 
index 914f1505abdf24c3ce6fa99f9ee09637520ccff4..46989f0169a420c5a6e7200fc22d977d46bfa8a6 100644 (file)
@@ -527,7 +527,7 @@ DROP ROLE doomed_role;
       </row>
       <row>
        <entry>pg_stat_scan_tables</entry>
-       <entry>Execute monitoring functions that may take AccessShareLocks on tables,
+       <entry>Execute monitoring functions that may take <literal>ACCESS SHARE</literal> locks on tables,
        potentially for a long time.</entry>
       </row>
       <row>
index 1a6c3b9bc2f79478902be384751bd10b531951da..cd6dd840ba64dd0ecc42dd03db3e096368cd697a 100644 (file)
@@ -2354,7 +2354,7 @@ CREATE FUNCTION concat_text(text, text) RETURNS text
      the system should automatically assume a null result if any input
      value is null.  By doing this, we avoid having to check for null inputs
      in the function code.  Without this, we'd have to check for null values
-     explicitly, using PG_ARGISNULL().
+     explicitly, using <function>PG_ARGISNULL()</function>.
     </para>
 
     <para>
@@ -3086,7 +3086,7 @@ CREATE OR REPLACE FUNCTION retcomposite(IN integer, IN integer,
     </para>
 
     <para>
-     The directory <link linkend="tablefunc">contrib/tablefunc</>
+     The directory <link linkend="tablefunc"><filename>contrib/tablefunc</filename></>
      module in the source distribution contains more examples of
      set-returning functions.
     </para>