Remove unnecessary xref endterm attributes and title ids
authorPeter Eisentraut
Sat, 3 Apr 2010 07:23:02 +0000 (07:23 +0000)
committerPeter Eisentraut
Sat, 3 Apr 2010 07:23:02 +0000 (07:23 +0000)
The endterm attribute is mainly useful when the toolchain does not support
automatic link target text generation for a particular situation.  In  the
past, this was required by the man page tools for all reference page links,
but that is no longer the case, and it now actually gets in the way of
proper automatic link text generation.  The only remaining use cases are
currently xrefs to refsects.

203 files changed:
doc/src/sgml/advanced.sgml
doc/src/sgml/arch-dev.sgml
doc/src/sgml/auto-explain.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/datatype.sgml
doc/src/sgml/dblink.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/dfunc.sgml
doc/src/sgml/dml.sgml
doc/src/sgml/extend.sgml
doc/src/sgml/func.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/gin.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/indices.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/lobj.sgml
doc/src/sgml/maintenance.sgml
doc/src/sgml/manage-ag.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/mvcc.sgml
doc/src/sgml/passwordcheck.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/plhandler.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/pltcl.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/queries.sgml
doc/src/sgml/query.sgml
doc/src/sgml/ref/abort.sgml
doc/src/sgml/ref/alter_aggregate.sgml
doc/src/sgml/ref/alter_conversion.sgml
doc/src/sgml/ref/alter_database.sgml
doc/src/sgml/ref/alter_default_privileges.sgml
doc/src/sgml/ref/alter_domain.sgml
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml
doc/src/sgml/ref/alter_function.sgml
doc/src/sgml/ref/alter_group.sgml
doc/src/sgml/ref/alter_index.sgml
doc/src/sgml/ref/alter_language.sgml
doc/src/sgml/ref/alter_large_object.sgml
doc/src/sgml/ref/alter_opclass.sgml
doc/src/sgml/ref/alter_operator.sgml
doc/src/sgml/ref/alter_opfamily.sgml
doc/src/sgml/ref/alter_role.sgml
doc/src/sgml/ref/alter_schema.sgml
doc/src/sgml/ref/alter_sequence.sgml
doc/src/sgml/ref/alter_server.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_tablespace.sgml
doc/src/sgml/ref/alter_trigger.sgml
doc/src/sgml/ref/alter_tsconfig.sgml
doc/src/sgml/ref/alter_tsdictionary.sgml
doc/src/sgml/ref/alter_tsparser.sgml
doc/src/sgml/ref/alter_tstemplate.sgml
doc/src/sgml/ref/alter_type.sgml
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/alter_user_mapping.sgml
doc/src/sgml/ref/alter_view.sgml
doc/src/sgml/ref/analyze.sgml
doc/src/sgml/ref/begin.sgml
doc/src/sgml/ref/checkpoint.sgml
doc/src/sgml/ref/close.sgml
doc/src/sgml/ref/cluster.sgml
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/comment.sgml
doc/src/sgml/ref/commit.sgml
doc/src/sgml/ref/commit_prepared.sgml
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/create_aggregate.sgml
doc/src/sgml/ref/create_cast.sgml
doc/src/sgml/ref/create_constraint.sgml
doc/src/sgml/ref/create_conversion.sgml
doc/src/sgml/ref/create_database.sgml
doc/src/sgml/ref/create_domain.sgml
doc/src/sgml/ref/create_foreign_data_wrapper.sgml
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_group.sgml
doc/src/sgml/ref/create_index.sgml
doc/src/sgml/ref/create_language.sgml
doc/src/sgml/ref/create_opclass.sgml
doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/create_opfamily.sgml
doc/src/sgml/ref/create_role.sgml
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/ref/create_schema.sgml
doc/src/sgml/ref/create_sequence.sgml
doc/src/sgml/ref/create_server.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table_as.sgml
doc/src/sgml/ref/create_tablespace.sgml
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/create_tsconfig.sgml
doc/src/sgml/ref/create_tsdictionary.sgml
doc/src/sgml/ref/create_tsparser.sgml
doc/src/sgml/ref/create_tstemplate.sgml
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/create_user.sgml
doc/src/sgml/ref/create_user_mapping.sgml
doc/src/sgml/ref/create_view.sgml
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/deallocate.sgml
doc/src/sgml/ref/declare.sgml
doc/src/sgml/ref/delete.sgml
doc/src/sgml/ref/discard.sgml
doc/src/sgml/ref/do.sgml
doc/src/sgml/ref/drop_aggregate.sgml
doc/src/sgml/ref/drop_cast.sgml
doc/src/sgml/ref/drop_conversion.sgml
doc/src/sgml/ref/drop_database.sgml
doc/src/sgml/ref/drop_domain.sgml
doc/src/sgml/ref/drop_foreign_data_wrapper.sgml
doc/src/sgml/ref/drop_function.sgml
doc/src/sgml/ref/drop_group.sgml
doc/src/sgml/ref/drop_index.sgml
doc/src/sgml/ref/drop_language.sgml
doc/src/sgml/ref/drop_opclass.sgml
doc/src/sgml/ref/drop_operator.sgml
doc/src/sgml/ref/drop_opfamily.sgml
doc/src/sgml/ref/drop_owned.sgml
doc/src/sgml/ref/drop_role.sgml
doc/src/sgml/ref/drop_rule.sgml
doc/src/sgml/ref/drop_schema.sgml
doc/src/sgml/ref/drop_sequence.sgml
doc/src/sgml/ref/drop_server.sgml
doc/src/sgml/ref/drop_table.sgml
doc/src/sgml/ref/drop_tablespace.sgml
doc/src/sgml/ref/drop_trigger.sgml
doc/src/sgml/ref/drop_tsconfig.sgml
doc/src/sgml/ref/drop_tsdictionary.sgml
doc/src/sgml/ref/drop_tsparser.sgml
doc/src/sgml/ref/drop_tstemplate.sgml
doc/src/sgml/ref/drop_type.sgml
doc/src/sgml/ref/drop_user.sgml
doc/src/sgml/ref/drop_user_mapping.sgml
doc/src/sgml/ref/drop_view.sgml
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/end.sgml
doc/src/sgml/ref/execute.sgml
doc/src/sgml/ref/explain.sgml
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/grant.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/insert.sgml
doc/src/sgml/ref/listen.sgml
doc/src/sgml/ref/load.sgml
doc/src/sgml/ref/lock.sgml
doc/src/sgml/ref/move.sgml
doc/src/sgml/ref/notify.sgml
doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/ref/pg_controldata.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_resetxlog.sgml
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/ref/prepare.sgml
doc/src/sgml/ref/prepare_transaction.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/reassign_owned.sgml
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/release_savepoint.sgml
doc/src/sgml/ref/reset.sgml
doc/src/sgml/ref/revoke.sgml
doc/src/sgml/ref/rollback.sgml
doc/src/sgml/ref/rollback_prepared.sgml
doc/src/sgml/ref/rollback_to.sgml
doc/src/sgml/ref/savepoint.sgml
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select_into.sgml
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/set_constraints.sgml
doc/src/sgml/ref/set_role.sgml
doc/src/sgml/ref/set_session_auth.sgml
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/show.sgml
doc/src/sgml/ref/start_transaction.sgml
doc/src/sgml/ref/truncate.sgml
doc/src/sgml/ref/unlisten.sgml
doc/src/sgml/ref/update.sgml
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuumdb.sgml
doc/src/sgml/ref/values.sgml
doc/src/sgml/regress.sgml
doc/src/sgml/release-9.0.sgml
doc/src/sgml/spi.sgml
doc/src/sgml/syntax.sgml
doc/src/sgml/textsearch.sgml
doc/src/sgml/trigger.sgml
doc/src/sgml/typeconv.sgml
doc/src/sgml/user-manag.sgml
doc/src/sgml/xaggr.sgml
doc/src/sgml/xfunc.sgml
doc/src/sgml/xplang.sgml
doc/src/sgml/xtypes.sgml

index 5ae2f59baeafc8036e719005fc5fd40729ae3ba3..6bb6ca99d108e7c83b24739e79b020969230810c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Advanced Features
@@ -318,7 +318,7 @@ COMMIT;
 
 
   
-    id="tutorial-window-title">Window Functions
+   Window Functions
 
    
     window function
@@ -555,7 +555,7 @@ SELECT sum(salary) OVER w, avg(salary) OVER w
     More details about window functions can be found in
     ,
     , and the
-     endterm="sql-select-title"> reference page.
+     reference page.
    
   
 
index 0863920ab236439d4b2c94a0e81e1e2143e0aaa1..888f6c2a50ee133a0fb2c1c2c8e43b7da3e0fcb5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Overview of PostgreSQL Internals
      space. In particular, this occurs when executing queries
      involving large numbers of join operations. In order to determine
      a reasonable (not necessarily optimal) query plan in a reasonable amount
-     of time, PostgreSQL uses a <xref
-     linkend="geqo" endterm="geqo-title"> when the number of joins
+     of time, PostgreSQL uses a <firstterm>Genetic
+     Query Optimizer (see ) when the number of joins
      exceeds a threshold (see ).
     
    
index 2612bf6dbaf9f8d0e804830f6b3c8415b7c86541..56340b11de91fa36d17b3f2e61c4d902c6dde2cc 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  auto_explain
@@ -10,7 +10,7 @@
  
   The auto_explain module provides a means for
   logging execution plans of slow statements automatically, without
-  having to run  endterm="sql-explain-title">
+  having to run 
   by hand.  This is especially helpful for tracking down un-optimized queries
   in large applications.
  
index 4180306a7cef03fcea93138e16bcd1c16684b633..1007fdc5f2880d71942b9346007ab9a2506fd38d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Backup and Restore
@@ -166,10 +166,10 @@ pg_dump -h host1 dbname | psql -h h
 
    
     After restoring a backup, it is wise to run 
-    linkend="sql-analyze" endterm="sql-analyze-title"> on each
+    linkend="sql-analyze"> on each
     database so the query optimizer has useful statistics;
-    see  endterm="vacuum-for-statistics-title">
-    and  endterm="autovacuum-title"> for more information.
+    see 
+    and  for more information.
     For more advice on how to load large amounts of data
     into PostgreSQL efficiently, refer to 
     linkend="populate">.
@@ -1293,14 +1293,14 @@ archive_command = 'local_backup_script.sh'
      deleted rows will still retain pointers. In other words, if you modify a
      table with a hash index on it then you will get incorrect query results
      on a standby server.  When recovery completes it is recommended that you
-     manually  endterm="sql-reindex-title">
+     manually 
      each such index after completing a recovery operation.
     
    
 
    
     
-     If a  endterm="sql-createdatabase-title">
+     If a 
      command is executed while a base backup is being taken, and then
      the template database that the CREATE DATABASE copied
      is modified while the base backup is still in progress, it is
@@ -1313,7 +1313,7 @@ archive_command = 'local_backup_script.sh'
 
    
     
-      endterm="sql-createtablespace-title">
+     
      commands are WAL-logged with the literal absolute path, and will
      therefore be replayed as tablespace creations with the same
      absolute path.  This might be undesirable if the log is being
index b104e0ef2c0abbcdab408952bae43f5bf1cc5618..4ab833133c316a8afa0bf3f3e09c03a86b1f6f42 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   
    New aggregate functions are registered with the 
-   linkend="sql-createaggregate" endterm="sql-createaggregate-title">
+   linkend="sql-createaggregate">
    command.  See  for more information about
    writing aggregate functions and the meaning of the transition
    functions, etc.
       
        attstattarget controls the level of detail
        of statistics accumulated for this column by
-        endterm="sql-analyze-title">.
+       .
        A zero value indicates that no statistics should be collected.
        A negative value says to use the system default statistics target.
        The exact meaning of positive values is data type-dependent.
   
    The catalog pg_cast stores data type conversion
    paths, both built-in paths and those defined with
-    endterm="sql-createcast-title">.
+   .
   
 
   
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
   
    The catalog pg_conversion describes the
    available encoding conversion procedures.  See
-    endterm="sql-createconversion-title">
+   
    for more information.
   
 
   
    The catalog pg_database stores information about
    the available databases.  Databases are created with the 
-   linkend="sql-createdatabase" endterm="sql-createdatabase-title"> command.
+   linkend="sql-createdatabase"> command.
    Consult  for details about the meaning
    of some of the parameters.
   
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
   
    The catalog pg_description stores optional descriptions
    (comments) for each database object.  Descriptions can be manipulated
-   with the  endterm="sql-comment-title"> command and viewed with
+   with the  command and viewed with
    psql's \d commands.
    Descriptions of many built-in system objects are provided in the initial
    contents of pg_description.
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
   
    The catalog pg_language registers
    languages in which you can write functions or stored procedures.
-   See  endterm="sql-createlanguage-title">
+   See 
    and  for more information about language handlers.
   
 
       
        This references a function that is responsible for executing
        inline anonymous code blocks
-       ( endterm="sql-do-title"> blocks).
+       ( blocks).
        Zero if inline blocks are not supported
       
      
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
 
   
    The catalog pg_operator stores information about operators.
-   See  endterm="sql-createoperator-title">
+   See 
    and  for more information.
   
 
 
   
    The catalog pg_proc stores information about functions (or procedures).
-   See  endterm="sql-createfunction-title">
+   See 
    and  for more information.
   
 
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
   
    The catalog pg_shdescription stores optional
    descriptions (comments) for shared database objects.  Descriptions can be
-   manipulated with the 
-   endterm="sql-comment-title"> command and viewed with
+   manipulated with the  command and viewed with
    psql's \d commands.
   
 
   
    The catalog pg_statistic stores
    statistical data about the contents of the database.  Entries are
-   created by  endterm="sql-analyze-title">
+   created by 
    and subsequently used by the query planner.  Note that all the
    statistical data is inherently approximate, even assuming that it
    is up-to-date.
       
       
        Access privileges; see
-        endterm="sql-grant-title"> and
-        endterm="sql-revoke-title">
+        and
+       
        for details
       
      
 
   
    The catalog pg_trigger stores triggers on tables.
-   See  endterm="sql-createtrigger-title">
+   See 
    for more information.
   
 
   
    The catalog pg_type stores information about data
    types.  Base types and enum types (scalar types) are created with
-    endterm="sql-createtype-title">, and
+   , and
    domains with
-    endterm="sql-createdomain-title">.
+   .
    A composite type is automatically created for each table in the database, to
    represent the row structure of the table.  It is also possible to create
    composite types with CREATE TYPE AS.
    
     
      
-      via the  endterm="sql-declare-title">
+      via the 
       statement in SQL
      
     
   
    The pg_prepared_statements view displays
    all the prepared statements that are available in the current
-   session. See 
-   endterm="sql-prepare-title"> for more information about prepared
+   session. See  for more information about prepared
    statements.
   
 
    pg_prepared_statements contains one row
    for each prepared statement. Rows are added to the view when a new
    prepared statement is created and removed when a prepared statement
-   is released (for example, via the 
-   endterm="sql-deallocate-title"> command).
+   is released (for example, via the  command).
   
 
   
   
    The view pg_prepared_xacts displays
    information about transactions that are currently prepared for two-phase
-   commit (see 
-   endterm="sql-prepare-transaction-title"> for details).
+   commit (see  for details).
   
 
   
   
    The view pg_settings provides access to
    run-time parameters of the server.  It is essentially an alternative
-   interface to the  endterm="sql-show-title">
-   and  endterm="sql-set-title"> commands.
+   interface to the 
+   and  commands.
    It also provides access to some facts about each parameter that are
    not directly available from SHOW, such as minimum and
    maximum values.
    The pg_settings view cannot be inserted into or
    deleted from, but it can be updated.  An UPDATE applied
    to a row of pg_settings is equivalent to executing
-   the  endterm="sql-set-title"> command on that named
+   the  command on that named
    parameter. The change only affects the value used by the current
    session. If an UPDATE is issued within a transaction
    that is later aborted, the effects of the UPDATE command
index 59d19383fba4c17d02b80a4a88d78a8f503e4c85..38b13954ea5ac28d7300b27ac7b03a7ab8791423 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Client Authentication
@@ -785,8 +785,8 @@ omicron         bryanh                  guest1
     separate from operating system user passwords. The password for
     each database user is stored in the pg_authid system
     catalog. Passwords can be managed with the SQL commands
-     endterm="sql-createuser-title"> and
-     endterm="sql-alteruser-title">,
+     and
+    ,
     e.g., CREATE USER foo WITH PASSWORD 'secret'.
     If no password has been set up for a user, the stored password
     is null and password authentication will always fail for that user.
index 988775dd123f5bfab8bb88b183dc6749bccdc0bf..81b0ba34457509b1e857fda5744eea0c995ba1a7 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -135,8 +135,8 @@ env PGOPTIONS='-c geqo=off' psql
     Furthermore, it is possible to assign a set of parameter settings to
     a user or a database.  Whenever a session is started, the default
     settings for the user and database involved are loaded.  The
-    commands  endterm="sql-alteruser-title">
-    and  endterm="sql-alterdatabase-title">,
+    commands 
+    and ,
     respectively, are used to configure these settings.  Per-database
     settings override anything received from the
     postgres command-line or the configuration
@@ -146,7 +146,7 @@ env PGOPTIONS='-c geqo=off' psql
 
    
     Some parameters can be changed in individual SQL
-    sessions with the  endterm="SQL-SET-title">
+    sessions with the 
     command, for example:
 
 SET ENABLE_SEQSCAN TO OFF;
@@ -161,7 +161,7 @@ SET ENABLE_SEQSCAN TO OFF;
    
 
    
-    The  endterm="SQL-SHOW-title">
+    The 
     command allows inspection of the current values of all parameters.
    
 
@@ -654,8 +654,8 @@ SET ENABLE_SEQSCAN TO OFF;
       
        
         When a password is specified in 
-        linkend="sql-createuser" endterm="sql-createuser-title"> or
-         endterm="sql-alteruser-title">
+        linkend="sql-createuser"> or
+        
         without writing either ENCRYPTED or
         UNENCRYPTED, this parameter determines whether the
         password is to be encrypted. The default is on
@@ -836,8 +836,7 @@ SET ENABLE_SEQSCAN TO OFF;
        
         Sets the maximum number of transactions that can be in the
         prepared state simultaneously (see 
-        linkend="sql-prepare-transaction"
-        endterm="sql-prepare-transaction-title">).
+        linkend="sql-prepare-transaction">).
         Setting this parameter to zero (which is the default)
         disables the prepared-transaction feature.
         This parameter can only be set at server start.
@@ -1039,14 +1038,12 @@ SET ENABLE_SEQSCAN TO OFF;
     
 
     
-     
-       Cost-Based Vacuum Delay
-     
+     Cost-Based Vacuum Delay
 
      
-      During the execution of 
-      endterm="sql-vacuum-title"> and 
-      endterm="sql-analyze-title"> commands, the system maintains an
+      During the execution of >
+      and 
+      commands, the system maintains an
       internal counter that keeps track of the estimated cost of the
       various I/O operations that are performed.  When the accumulated
       cost reaches a limit (specified by
@@ -1908,10 +1905,9 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"'  # Windows
        of these configuration parameters to force the optimizer to
        choose a different plan.
        Better ways to improve the quality of the
-       plans chosen by the optimizer include adjusting the 
-       linkend="runtime-config-query-constants"
-       endterm="runtime-config-query-constants-title">,  running 
-       linkend="sql-analyze" endterm="sql-analyze-title"> manually, increasing
+       plans chosen by the optimizer include adjusting the planer cost
+       constants (see ),
+       running  manually, increasing
        the value of the 
        linkend="guc-default-statistics-target"> configuration parameter,
        and increasing the amount of statistics collected for
@@ -2058,9 +2054,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"'  # Windows
      
      
      
-     
-      Planner Cost Constants
-     
+     Planner Cost Constants
 
     
      The cost variables described in this section are measured
@@ -4182,8 +4176,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
        
         This parameter is normally on. When set to off, it
         disables validation of the function body string during 
-        linkend="sql-createfunction"
-        endterm="sql-createfunction-title">. Disabling validation is
+        linkend="sql-createfunction">. Disabling validation is
         occasionally useful to avoid problems such as forward references
         when restoring function definitions from a dump.
        
@@ -4210,8 +4203,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
 
        
         Consult  and 
-        linkend="sql-set-transaction"
-        endterm="sql-set-transaction-title"> for more information.
+        linkend="sql-set-transaction"> for more information.
        
       
      
@@ -4233,8 +4225,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
        
 
        
-        Consult 
-        endterm="sql-set-transaction-title"> for more information.
+        Consult  for more information.
        
       
      
@@ -4251,7 +4242,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         superuser privilege and results in discarding any previously cached
         query plans.  Possible values are origin (the default),
         replica and local.
-        See  endterm="sql-altertable-title"> for
+        See  for
         more information.
        
       
index 0ad4fd7567de77f849e363746d19eaaddcc48356..59a46ad0a3ad190b5e8f913f92e6831a240be070 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="datatype-title">Data Types
+  Data Types
 
   
    data type
@@ -16,7 +16,7 @@
    PostgreSQL has a rich set of native data
    types available to users.  Users can add new types to
    PostgreSQL using the 
-   linkend="sql-createtype" endterm="sql-createtype-title"> command.
+   linkend="sql-createtype"> command.
   
 
   
@@ -2843,7 +2843,7 @@ SELECT * FROM test1 WHERE a;
 
     
      Enum types are created using the 
-     linkend="sql-createtype" endterm="sql-createtype-title"> command,
+     linkend="sql-createtype"> command,
      for example:
 
 
index 5672c1bb630e5580d317d85263550305d3cf671d..d90ea59982b2a60985c61170225cf646bd4c00d5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  dblink
@@ -51,9 +51,9 @@
     the corresponding foreign-data wrapper.  See the example below, as
     well as the following:
     
-      endterm="sql-createforeigndatawrapper-title">
-      endterm="sql-createserver-title">
-      endterm="sql-createusermapping-title">
+     
+     
+     
     
    
 
index 334ad51082c567588c3b3325c594edfed71e624d..c1dc645cc8f31741098cdc6dcab8b9430ccf36ae 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Definition
@@ -78,7 +78,7 @@
 
   
    To create a table, you use the aptly named 
-   linkend="sql-createtable" endterm="sql-createtable-title"> command.
+   linkend="sql-createtable"> command.
    In this command you specify at least a name for the new table, the
    names of the columns and the data type of each column.  For
    example:
@@ -138,7 +138,7 @@ CREATE TABLE products (
 
   
    If you no longer need a table, you can remove it using the 
-   linkend="sql-droptable" endterm="sql-droptable-title"> command.
+   linkend="sql-droptable"> command.
    For example:
 
 DROP TABLE my_first_table;
@@ -842,7 +842,7 @@ CREATE TABLE order_items (
     If the foreign key references a unique constraint, there are some
     additional possibilities regarding how null values are matched.
     These are explained in the reference documentation for
-     endterm="sql-createtable-title">.
+    .
    
   
 
@@ -1126,7 +1126,7 @@ CREATE TABLE circles (
    
 
    All these actions are performed using the
-    endterm="sql-altertable-title">
+   
    command, whose reference page contains details beyond those given
    here.
   
@@ -1393,7 +1393,7 @@ ALTER TABLE products RENAME TO items;
    object vary depending on the object's type (table, function, etc).
    For complete information on the different types of privileges
    supported by PostgreSQL, refer to the
-    endterm="sql-grant-title"> reference
+    reference
    page.  The following sections and chapters will also show you how
    those privileges are used.
   
@@ -1406,7 +1406,7 @@ ALTER TABLE products RENAME TO items;
   
    
     To change the owner of a table, index, sequence, or view, use the
-     endterm="sql-altertable-title">
+    
     command.  There are corresponding ALTER commands for
     other object types.
    
@@ -1453,9 +1453,8 @@ REVOKE ALL ON accounts FROM PUBLIC;
    the right to grant it in turn to others.  If the grant option is
    subsequently revoked then all who received the privilege from that
    recipient (directly or through a chain of grants) will lose the
-   privilege.  For details see the 
-   endterm="sql-grant-title"> and 
-   endterm="sql-revoke-title"> reference pages.
+   privilege.  For details see the  and
+    reference pages.
   
  
 
@@ -1536,8 +1535,8 @@ REVOKE ALL ON accounts FROM PUBLIC;
    
 
    
-    To create a schema, use the 
-    endterm="sql-createschema-title"> command.  Give the schema a name
+    To create a schema, use the >
+    command.  Give the schema a name
     of your choice.  For example:
 
 CREATE SCHEMA myschema;
@@ -2109,11 +2108,11 @@ VALUES ('New York', NULL, NULL, 'NY');
   
    Table inheritance is typically established when the child table is
    created, using the INHERITS clause of the
-    endterm="sql-createtable-title">
+   
    statement.
    Alternatively, a table which is already defined in a compatible way can
    have a new parent relationship added, using the INHERIT
-   variant of  endterm="sql-altertable-title">.
+   variant of .
    To do this the new child table must already include columns with
    the same names and types as the columns of the parent. It must also include
    check constraints with the same names and check expressions as those of the
@@ -2145,7 +2144,7 @@ VALUES ('New York', NULL, NULL, 'NY');
   
 
   
-    endterm="sql-altertable-title"> will
+    will
    propagate any changes in column data definitions and check
    constraints down the inheritance hierarchy.  Again, dropping
    columns that are depended on by other tables is only possible when using
index d6e18591c532b7727b89fa39a86511fb3d23f082..310787aa128435f5cb47668ab1f7b88243fa24a1 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
 
 id="dfunc-title">Compiling and Linking Dynamically-Loaded Functions
Compiling and Linking Dynamically-Loaded Functions
 
  
   Before you are able to use your
index 33ed078e8c3d78dbaf53f7de4e605fa7dc3a369c..69d162efe797d07e33e3125dd00dcdc043000c52 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Manipulation
@@ -37,8 +37,8 @@
   
 
   
-   To create a new row, use the 
-   endterm="sql-insert-title"> command.  The command requires the
+   To create a new row, use the >
+   command.  The command requires the
    table name and column values.  For
    example, consider the products table from :
 
@@ -105,9 +105,9 @@ INSERT INTO products (product_no, name, price) VALUES
   
    
     When inserting a lot of data at the same time, considering using
-    the  endterm="sql-copy-title"> command.
-    It is not as flexible as the 
-    endterm="sql-insert-title"> command, but is more efficient. Refer
+    the  command.
+    It is not as flexible as the >
+    command, but is more efficient. Refer
     to  for more information on improving
     bulk loading performance.
    
@@ -133,8 +133,8 @@ INSERT INTO products (product_no, name, price) VALUES
   
 
   
-   To update existing rows, use the 
-   endterm="sql-update-title"> command.  This requires
+   To update existing rows, use the >
+   command.  This requires
    three pieces of information:
    
     
@@ -235,7 +235,7 @@ UPDATE mytable SET a = 5, b = 3, c = 1 WHERE a > 0;
   
 
   
-   You use the  endterm="sql-delete-title">
+   You use the 
    command to remove rows; the syntax is very similar to the
    UPDATE command.  For instance, to remove all
    rows from the products table that have a price of 10, use:
index caeda7e75cad27d6d0060ddce35aec033fee785d..476af79bf4d15085dbb1426faa8dc826a3db74aa 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Extending <acronym>SQL</acronym>
     
      Composite types, or row types, are created whenever the user
      creates a table. It is also possible to use 
-     linkend="sql-createtype" endterm="sql-createtype-title"> to
+     linkend="sql-createtype"> to
      define a stand-alone composite type with no associated
      table.  A composite type is simply a list of types with
      associated field names.  A value of a composite type is a row or
 
     
      Domains can be created using the SQL command
-      endterm="sql-createdomain-title">.
+     .
      Their creation and use is not discussed in this chapter.
     
    
index 411aff0aad3852ac1623c58bebe08088385c3eb7..18c4e364b8da6e84052c4908b59b36784291e179 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
@@ -8877,7 +8877,7 @@ table2-mapping
    functions for operating on sequence objects.
    Sequence objects (also called sequence generators or just
    sequences) are special single-row tables created with 
-   linkend="sql-createsequence" endterm="sql-createsequence-title">.
+   linkend="sql-createsequence">.
    A sequence object is usually used to generate unique identifiers
    for rows of a table.  The sequence functions, listed in 
    linkend="functions-sequence-table">, provide simple, multiuser-safe
@@ -9070,7 +9070,7 @@ SELECT setval('foo', 42, false);    Next nextval wi
    If a sequence object has been created with default parameters,
    successive nextval calls will return successive values
    beginning with 1.  Other behaviors can be obtained by using
-   special parameters in the  endterm="sql-createsequence-title"> command;
+   special parameters in the  command;
    see its command reference page for more information.
   
 
@@ -11657,11 +11657,11 @@ postgres=# select * from unnest2(array[[1,2],[3,4]]);
    
     The session_user is normally the user who initiated
     the current database connection; but superusers can change this setting
-    with  endterm="sql-set-session-authorization-title">.
+    with .
     The current_user is the user identifier
     that is applicable for permission checking. Normally it is equal
     to the session user, but it can be changed with
-     endterm="sql-set-role-title">.
+    .
     It also changes during the execution of
     functions with the attribute SECURITY DEFINER.
     In Unix parlance, the session user is the real user and
@@ -11695,7 +11695,7 @@ SET search_path TO schema schema, ..
    
     pg_listening_channels returns a set of names of
     channels that the current session is listening to.  See 
-    linkend="sql-listen" endterm="sql-listen-title"> for more information.
+    linkend="sql-listen"> for more information.
    
 
    
@@ -12653,8 +12653,8 @@ SELECT typlen FROM pg_type WHERE oid = pg_typeof(33);
 
    
     The functions shown in 
-    extract comments previously stored with the 
-    endterm="sql-comment-title"> command.  A null value is returned if no
+    extract comments previously stored with the >
+    command.  A null value is returned if no
     comment could be found for the specified parameters.
    
 
index 8418467acb9154283d096c54e9805aad2a31699b..75ebdaa4c9a6203f5bf138bcacbee97322b9d352 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   
@@ -25,7 +25,7 @@
    1997-10-02
   
 
-   id="geqo-title">Genetic Query Optimizer
+  Genetic Query Optimizer
 
   
    
index adcb0455e043735e84bd1a599814be2a05115a05..2241dd5d9ac8a0c6a399d66f9d22da1270f53cd6 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 GIN Indexes
    If consistent response time is more important than update speed,
    use of pending entries can be disabled by turning off the
    FASTUPDATE storage parameter for a
-   GIN index.  See 
-   endterm="sql-createindex-title"> for details.
+   GIN index.  See >
+   for details.
   
  
 
index 2e8a7a95aa4a9afbcee0b25db1e41254947d4549..13b783bc8642315cf383ba35f48aa74d7ebddf99 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -201,9 +201,8 @@ protocol to make nodes agree on a serializable transactional order.
      must query such values from a single server and then use those
      values in write queries.  Also, care must be taken that all
      transactions either commit or abort on all servers, perhaps
-     using two-phase commit (
-     endterm="sql-prepare-transaction-title"> and 
-     linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
+     using two-phase commit (
+     and .
      Pgpool-II and Sequoia are examples of
      this type of replication.
     
@@ -250,9 +249,8 @@ protocol to make nodes agree on a serializable transactional order.
     
      PostgreSQL does not offer this type of replication,
      though PostgreSQL two-phase commit (
-     linkend="sql-prepare-transaction"
-     endterm="sql-prepare-transaction-title"> and 
-     linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">)
+     linkend="sql-prepare-transaction"> and 
+     linkend="sql-commit-prepared">)
      can be used to implement this in application code or middleware.
     
    
@@ -552,7 +550,7 @@ protocol to make nodes agree on a serializable transactional order.
     associated with tablespaces will be passed across unmodified, so both
     primary and standby servers must have the same mount paths for
     tablespaces if that feature is used.  Keep in mind that if
-     endterm="sql-createtablespace-title">
+    
     is executed on the primary, any new mount point needed for it must
     be created on the primary and all standby servers before the command
     is executed. Hardware need not be exactly the same, but experience shows
index 0ab3e25e80b8718966288a7f9e779a330cfeabac..6f2887bd16dbb2df8fa3e8eddade0e4deaa5b12e 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
 
 id="indexes-title">Indexes
Indexes
 
  
   index
@@ -997,7 +997,7 @@ SELECT am.amname AS index_method,
    maintenance or tuning, it is still important to check
    which indexes are actually used by the real-life query workload.
    Examining index usage for an individual query is done with the
-    endterm="sql-explain-title">
+   
    command; its application for this purpose is
    illustrated in .
    It is also possible to gather overall statistics about index usage
@@ -1015,7 +1015,7 @@ SELECT am.amname AS index_method,
   
    
     
-     Always run  endterm="sql-analyze-title">
+     Always run 
      first.  This command
      collects statistics about the distribution of the values in the
      table.  This information is required to estimate the number of rows
@@ -1025,8 +1025,8 @@ SELECT am.amname AS index_method,
      almost certain to be inaccurate.  Examining an application's
      index usage without having run ANALYZE is
      therefore a lost cause.
-     See  endterm="vacuum-for-statistics-title">
-     and  endterm="autovacuum-title"> for more information.
+     See 
+     and  for more information.
     
    
 
@@ -1093,7 +1093,7 @@ SELECT am.amname AS index_method,
      An inaccurate selectivity estimate is due to
      insufficient statistics.  It might be possible to improve this by
      tuning the statistics-gathering parameters (see
-      endterm="sql-altertable-title">).
+     ).
     
 
     
index 3a22384057b5e8ebfb7edf3e7a3d782db9ebff6f..c880691438fda6be7fb3ded7df17ae1b4554cbc4 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -1804,12 +1804,12 @@ PGresult *PQprepare(PGconn *conn,
     
 
     Prepared statements for use with PQexecPrepared can also
-    be created by executing SQL 
-    endterm="sql-prepare-title"> statements.  (But PQprepare
+    be created by executing SQL >
+    statements.  (But PQprepare
     is more flexible since it does not require parameter types to be
     pre-specified.)  Also, although there is no libpq
     function for deleting a prepared statement, the SQL 
-    linkend="sql-deallocate" endterm="sql-deallocate-title"> statement
+    linkend="sql-deallocate"> statement
     can be used for that purpose.
    
 
@@ -4279,7 +4279,7 @@ typedef struct {
        0 indicates the overall copy format is textual (rows separated by
        newlines, columns separated by separator characters, etc).  1
        indicates the overall copy format is binary.  See 
-       linkend="sql-copy" endterm="sql-copy-title"> for more information.
+       linkend="sql-copy"> for more information.
       
      
     
@@ -4359,8 +4359,7 @@ typedef struct {
        into buffer loads of any convenient size.  Buffer-load boundaries
        have no semantic significance when sending.  The contents of the
        data stream must match the data format expected by the
-       COPY command; see 
-       endterm="sql-copy-title"> for details.
+       COPY command; see  for details.
       
      
     
@@ -6102,8 +6101,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
   
    The following environment variables can be used to specify default
    behavior for each PostgreSQL session.  (See
-   also the  endterm="sql-alteruser-title">
-   and  endterm="sql-alterdatabase-title">
+   also the 
+   and 
    commands for ways to set default behavior on a per-user or per-database
    basis.)
 
@@ -6151,8 +6150,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
     
    
 
-   Refer to the SQL command 
-   endterm="sql-set-title"> for information on correct values for these
+   Refer to the SQL command >
+   for information on correct values for these
    environment variables.
   
 
index 0e567e7dbcd78295b7bce82940398c6cc50af40a..ea7d1c8dcec45ffcb3f2715b2a704022dfbbf56f 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="largeObjects-title">Large Objects
+  Large Objects
 
   large object
   BLOBlarge object
@@ -63,8 +63,8 @@
    
     As of PostgreSQL 9.0, large objects have an owner
     and a set of access permissions, which can be managed using
-     endterm="sql-grant-title"> and
-     endterm="sql-revoke-title">.  
+     and
+    .  
     For compatibility with prior releases, see
     .
     SELECT privileges are required to read a large
index 91d05b0243479f226d0812492fd40a1e1850c4a8..a0977c157b11c5a78e98b6638150693304c89ae8 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Routine Database Maintenance Tasks
@@ -87,7 +87,7 @@
 
    
     PostgreSQL's
-     endterm="sql-vacuum-title"> command has to
+     command has to
     process each table on a regular basis for several reasons:
 
     
     their busiest tables as often as once every few minutes.) If you have
     multiple databases in a cluster, don't forget to
     VACUUM each one; the program 
-    linkend="app-vacuumdb" endterm="app-vacuumdb-title"> might be helpful.
+    linkend="app-vacuumdb"> might be helpful.
    
 
    
     massive update or delete activity.  If you have such a table and
     you need to reclaim the excess disk space it occupies, you will need
     to use VACUUM FULL, or alternatively
-     endterm="sql-cluster-title">
+    
     or one of the table-rewriting variants of
-     endterm="sql-altertable-title">.
+    .
     These commands rewrite an entire new copy of the table and build
     new indexes for it.  All these options require exclusive lock.  Note that
     they also temporarily use extra disk space approximately equal to the size
    
     If you have a table whose entire contents are deleted on a periodic
     basis, consider doing it with
-     endterm="sql-truncate-title"> rather
+     rather
     than using DELETE followed by
     VACUUMTRUNCATE removes the
     entire content of the table immediately, without requiring a
   
 
   
-    id="vacuum-for-statistics-title">Updating Planner Statistics
+   Updating Planner Statistics
 
    
     statistics
     The PostgreSQL query planner relies on
     statistical information about the contents of tables in order to
     generate good plans for queries.  These statistics are gathered by
-    the  endterm="sql-analyze-title"> command,
+    the  command,
     which can be invoked by itself or
     as an optional step in VACUUM.  It is important to have
     reasonably accurate statistics, otherwise poor choices of plans might
@@ -555,7 +555,7 @@ HINT:  Stop the postmaster and use a standalone backend to VACUUM in "mydb".
   
 
   
-    id="autovacuum-title">The Autovacuum Daemon
+   The Autovacuum Daemon
 
    
     autovacuum
@@ -666,10 +666,8 @@ analyze threshold = analyze base threshold + analyze scale factor * number of tu
     Another two parameters,
     autovacuum_vacuum_cost_delay and
     autovacuum_vacuum_cost_limit, are used to set
-    table-specific values for the
-    
-    endterm="runtime-config-resource-vacuum-cost-title">
-    feature.
+    table-specific values for the cost-based vacuum delay feature
+    (see ).
     autovacuum_freeze_min_age,
     autovacuum_freeze_max_age and
     autovacuum_freeze_table_age are used to set
@@ -697,7 +695,7 @@ analyze threshold = analyze base threshold + analyze scale factor * number of tu
 
   
    In some situations it is worthwhile to rebuild indexes periodically
-   with the  endterm="sql-reindex-title">
+   with the 
    command.
   
 
index da27e74d4ea9ebef763cf7f04da0428ec7705e54..e2321d125eb2d39c8302459ae25726f19fbc79ff 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Managing Databases
@@ -86,7 +86,7 @@ SELECT datname FROM pg_database;
 
   
    Databases are created with the SQL command
-    endterm="sql-createdatabase-title">:CREATE
+   :CREATE
    DATABASE
 
 CREATE DATABASE name;
@@ -314,7 +314,7 @@ ALTER DATABASE mydb SET geqo TO off;
 
   
    Databases are destroyed with the command
-    endterm="sql-dropdatabase-title">:DROP DATABASE
+   :DROP DATABASE
 
 DROP DATABASE name;
 
@@ -380,7 +380,7 @@ dropdb dbname
 
   
    To define a tablespace, use the 
-   linkend="sql-createtablespace" endterm="sql-createtablespace-title">
+   linkend="sql-createtablespace">
    command, for example:CREATE TABLESPACE:
 
 CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
@@ -472,7 +472,7 @@ CREATE TABLE foo(i int);
 
   
    To remove an empty tablespace, use the 
-   linkend="sql-droptablespace" endterm="sql-droptablespace-title">
+   linkend="sql-droptablespace">
    command.
   
 
index ae730203df858b82eef4492a7128ea4bfc01bd13..e9fbe9e304323f49a69c20b8877f24da4eb956fe 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Monitoring Database Activity
@@ -27,8 +27,7 @@
    ps, top, iostat, and vmstat.
    Also, once one has identified a
    poorly-performing query, further investigation might be needed using
-   PostgreSQL's 
-   endterm="sql-explain-title"> command.
+   PostgreSQL's  command.
     discusses EXPLAIN
    and other methods for understanding the behavior of an individual
    query.
@@ -159,7 +158,7 @@ postgres: user database host 
    Normally these parameters are set in postgresql.conf so
    that they apply to all server processes, but it is possible to turn
    them on or off in individual sessions using the 
-   linkend="sql-set" endterm="sql-set-title"> command. (To prevent
+   linkend="sql-set"> command. (To prevent
    ordinary users from hiding their activity from the administrator,
    only superusers are allowed to change these parameters with
    SET.)
index acce32dd9a1a87d9f2f51e20702f0bc27ea3f1e0..e3687aa34f004f8bdca1d30e4d891a4a4bddddcc 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Concurrency Control
 
    
     To set the transaction isolation level of a transaction, use the
-    command  endterm="sql-set-transaction-title">.
+    command .
    
 
   
@@ -557,7 +557,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
     which they are used automatically by
     PostgreSQL.  You can also acquire any
     of these locks explicitly with the command 
-    linkend="sql-lock" endterm="sql-lock-title">.
+    linkend="sql-lock">.
     Remember that all of these lock modes are table-level locks,
     even if the name contains the word
     row; the names of the lock modes are historical.
index e46e3dfa034935ca04976d0e0e8c3a0f7e63481f..2da1f52650a0f4caa9a76e5e25ece16e1e3884ab 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  passwordcheck
@@ -10,8 +10,8 @@
  
   The passwordcheck module checks users' passwords
   whenever they are set with
-   endterm="SQL-CREATEROLE-title"> or
-   endterm="SQL-ALTERROLE-title">.
+   or
+  .
   If a password is considered too weak, it will be rejected and
   the command will terminate with an error.
  
index 02c5071d2aef612a1a943471dc5e67f990cf0d09..d7c36cc4e9f9a2be2e3873a9226f73b97cb49e34 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Performance Tips
@@ -32,7 +32,7 @@
     is absolutely critical for good performance, so the system includes
     a complex planner that tries to choose good plans.
     You can use the
-     endterm="sql-explain-title"> command
+     command
     to see what query plan the planner creates for any query.
     Plan-reading is an art that deserves an extensive tutorial, which
     this is not; but here is some basic information.
@@ -801,7 +801,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
    Use <command>COPY</command>
 
    
-    Use  endterm="sql-copy-title"> to load
+    Use  to load
     all the rows in one command, instead of using a series of
     INSERT commands.  The COPY
     command is optimized for loading large numbers of rows; it is less
@@ -813,7 +813,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
 
    
     If you cannot use COPY, it might help to use 
-    linkend="sql-prepare" endterm="sql-prepare-title"> to create a
+    linkend="sql-prepare"> to create a
     prepared INSERT statement, and then use
     EXECUTE as many times as required.  This avoids
     some of the overhead of repeatedly parsing and planning
@@ -967,8 +967,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
 
    
     Whenever you have significantly altered the distribution of data
-    within a table, running 
-    endterm="sql-analyze-title"> is strongly recommended. This
+    within a table, running  is strongly recommended. This
     includes bulk loading large amounts of data into the table.  Running
     ANALYZE (or VACUUM ANALYZE)
     ensures that the planner has up-to-date statistics about the
@@ -977,8 +976,8 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
     performance on any tables with inaccurate or nonexistent
     statistics.  Note that if the autovacuum daemon is enabled, it might
     run ANALYZE automatically; see
-     endterm="vacuum-for-statistics-title">
-    and  endterm="autovacuum-title"> for more information.
+    
+    and  for more information.
    
   
 
@@ -1062,8 +1061,8 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
     maintenance_work_mem; rather, you'd do that while
     manually recreating indexes and foreign keys afterwards.
     And don't forget to ANALYZE when you're done; see
-     endterm="vacuum-for-statistics-title">
-    and  endterm="autovacuum-title"> for more information.
+    
+    and  for more information.
    
   
   
index eb3c58243ee2861adb7d92430a38f9348ecdb27e..058eefbd655f628a2e21d4d59a6e8d5e538a2219 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
    Writing A Procedural Language Handler
@@ -162,10 +162,10 @@ CREATE LANGUAGE plsample
     are a validator and an
     inline handler.  A validator can be provided
     to allow language-specific checking to be done during
-     endterm="sql-createfunction-title">.
+    .
     An inline handler can be provided to allow the language to support
     anonymous code blocks executed via the 
-    endterm="sql-do-title"> command.
+   > command.
    
 
    
@@ -218,7 +218,7 @@ CREATE LANGUAGE plsample
     The procedural languages included in the standard distribution
     are good references when trying to write your own language handler.
     Look into the src/pl subdirectory of the source tree.
-    The  endterm="sql-createlanguage-title">
+    The 
     reference page also has some useful details.
    
 
index 9d6c470263ba71b97c7b12e7fc2829eeff7af198..c4129510fc1ca42c10d4b042a8a5e5d7bb2edce5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   PL/Perl - Perl Procedural Language
@@ -51,7 +51,7 @@
 
   
    To create a function in the PL/Perl language, use the standard
-    endterm="sql-createfunction-title">
+   
    syntax:
 
 
@@ -69,7 +69,7 @@ $$ LANGUAGE plperl;
 
   
    PL/Perl also supports anonymous code blocks called with the
-    endterm="sql-do-title"> statement:
+    statement:
 
 
 DO $$
index b682db80bc02b2a75e58e2d1f6b3215e818752bc..e0ecd1f3aa2192b56cf91d8c9dfb4c7c0c1b985d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language
@@ -1124,7 +1124,7 @@ EXECUTE 'SELECT count(*) FROM '
     
      The PL/pgSQL
      EXECUTE statement is not related to the
-      endterm="sql-execute-title"> SQL
+      SQL
      statement supported by the
      PostgreSQL server. The server's
      EXECUTE statement cannot be used directly within
@@ -2610,8 +2610,8 @@ FETCH  direction { FROM | IN } 
 
     
      The direction clause can be any of the
-     variants allowed in the SQL 
-     endterm="sql-fetch-title"> command except the ones that can fetch
+     variants allowed in the SQL >
+     command except the ones that can fetch
      more than one row; namely, it can be
      NEXT,
      PRIOR,
@@ -2662,8 +2662,8 @@ MOVE  direction { FROM | IN }  <
 
     
      The direction clause can be any of the
-     variants allowed in the SQL 
-     endterm="sql-fetch-title"> command, namely
+     variants allowed in the SQL >
+     command, namely
      NEXT,
      PRIOR,
      FIRST,
@@ -2705,7 +2705,7 @@ DELETE FROM table WHERE CURRENT OF curso
         restrictions on what the cursor's query can be (in particular,
         no grouping) and it's best to use FOR UPDATE in the
         cursor.  For more information see the
-         endterm="sql-declare-title">
+        
         reference page.
        
 
@@ -4625,7 +4625,7 @@ $$ LANGUAGE plpgsql;
      the function always returns the same result when given the same
      arguments) and strictness (whether the function
      returns null if any argument is null).  Consult the 
-     linkend="sql-createfunction" endterm="sql-createfunction-title">
+     linkend="sql-createfunction">
      reference page for details.
     
 
index 899891bee51130197944b1810b33841cadf1e46e..c4ea226a7fe13321f71fcfe47b0e21681c7da55a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   PL/Tcl - Tcl Procedural Language
@@ -79,8 +79,7 @@
 
     
      To create a function in the PL/Tcl language, use
-     the standard 
-     endterm="sql-createfunction-title"> syntax:
+     the standard  syntax:
 
 
 CREATE FUNCTION funcname (argument-types) RETURNS return-type AS $$
index bb95ab71499c233029b76ceab312bce92141d58b..70762671610afe35bec1752ba3df531d8fcfabe6 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Frontend/Backend Protocol
@@ -2419,7 +2419,7 @@ CopyInResponse (B)
                 characters, etc).
                 1 indicates the overall copy format is binary (similar
                 to DataRow format).
-                See  endterm="sql-copy-title">
+                See 
                 for more information.
 
 
@@ -2493,8 +2493,7 @@ CopyOutResponse (B)
                 is textual (rows separated by newlines, columns
                 separated by separator characters, etc). 1 indicates
                 the overall copy format is binary (similar to DataRow
-                format). See 
-                endterm="sql-copy-title"> for more information.
+                format). See  for more information.
 
 
 
index 479d9baf44844c40f779af397568bcf4be0f89fc..5e165a38f2b48a68bd445178fbe08ffa019f3f58 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Queries
@@ -24,7 +24,7 @@
   
    The process of retrieving or the command to retrieve data from a
    database is called a query.  In SQL the
-    endterm="sql-select-title"> command is
+    command is
    used to specify queries.  The general syntax of the
    SELECT command is
 
@@ -1508,8 +1508,7 @@ SELECT select_list FROM table_expression
   
 
   
-   For more information see 
-   endterm="sql-values-title">.
+   For more information see .
   
 
  
index d9fcc23cd99e113e0310f31d279d663d9a02085a..0fd711368fe470483796ea52414d2656874904a6 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   The <acronym>SQL</acronym> Language
@@ -267,8 +267,7 @@ COPY weather FROM '/home/user/weather.txt';
     where the file name for the source file must be available to the
     backend server machine, not the client, since the backend server
     reads the file directly.  You can read more about the
-    COPY command in 
-    endterm="sql-copy-title">.
+    COPY command in .
    
   
 
index 527a7bbf7e7e6bdfeb44c2f9c75917c0bca2922b..4261cafe9b5648002b545b8009c02a81b5f0d06c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-abort-title">ABORT
+  ABORT
   7
   SQL - Language Statements
  
@@ -33,7 +33,7 @@ ABORT [ WORK | TRANSACTION ]
    all the updates made by the transaction to be discarded. 
    This command is identical
    in behavior to the standard SQL command
-    endterm="SQL-ROLLBACK-TITLE">,
+   ,
    and is present only for historical reasons.
   
  
@@ -58,7 +58,7 @@ ABORT [ WORK | TRANSACTION ]
   Notes
 
   
-   Use  endterm="SQL-COMMIT-TITLE"> to
+   Use  to
    successfully terminate a transaction.
   
 
@@ -93,9 +93,9 @@ ABORT;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-rollback-title">
+   
+   
+   
   
  
 
index 3f9f97a49ff2c074f08261f6b1f9d5f88ee34d9c..9c9cc464c384ce47c27eb8920b4fede17e205321 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERAGGREGATE-TITLE">ALTER AGGREGATE
+  ALTER AGGREGATE
   7
   SQL - Language Statements
  
@@ -142,8 +142,8 @@ ALTER AGGREGATE myavg(integer) SET SCHEMA myschema;
   See Also
 
   
-    endterm="sql-createaggregate-title">
-    endterm="sql-dropaggregate-title">
+   
+   
   
  
 
index 4be65d30a7a52f8fb75a1c235f67f0ad1b4fc95f..0576fd4eda53f4aa8f69179b7a14b7f5ac90c7a2 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERCONVERSION-TITLE">ALTER CONVERSION
+  ALTER CONVERSION
   7
   SQL - Language Statements
  
@@ -111,8 +111,8 @@ ALTER CONVERSION iso_8859_1_to_utf8 OWNER TO joe;
   See Also
 
   
-    endterm="sql-createconversion-title">
-    endterm="sql-dropconversion-title">
+   
+   
   
  
 
index a30e39718adb783540861d947252a2d142ca8bfd..f150fbb7556509b973675ee0e9fcf92300a39972 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterdatabase-title">ALTER DATABASE
+  ALTER DATABASE
   7
   SQL - Language Statements
  
@@ -160,7 +160,7 @@ ALTER DATABASE name RESET ALL
        
 
        
-        See  endterm="sql-set-title"> and 
+        See  and 
         for more information about allowed parameter names
         and values.
        
@@ -175,7 +175,7 @@ ALTER DATABASE name RESET ALL
   
    It is also possible to tie a session default to a specific role
    rather than to a database; see
-    endterm="sql-alterrole-title">.
+   .
    Role-specific settings override database-specific
    ones if there is a conflict.
   
@@ -207,10 +207,10 @@ ALTER DATABASE test SET enable_indexscan TO off;
   See Also
 
   
-    endterm="sql-createdatabase-title">
-    endterm="sql-dropdatabase-title">
-    endterm="sql-set-title">
-    endterm="sql-createtablespace-title">
+   
+   
+   
+   
   
  
 
index 66bf72b4e34892a18a700c6a87f93ed65f6762d7..9c16903f8aa74c334938e35ea366260e2b0aa2c1 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERDEFAULTPRIVILEGES-TITLE">ALTER DEFAULT PRIVILEGES
+  ALTER DEFAULT PRIVILEGES
   7
   SQL - Language Statements
  
@@ -85,7 +85,7 @@ REVOKE [ GRANT OPTION FOR ]
   
 
   
-   As explained under  endterm="sql-grant-title">,
+   As explained under ,
    the default privileges for any object type normally grant all grantable
    permissions to the object owner, and may grant some privileges to
    PUBLIC as well.  However, this behavior can be changed by
@@ -127,8 +127,8 @@ REVOKE [ GRANT OPTION FOR ]
       This parameter, and all the other parameters in
       abbreviated_grant_or_revoke,
       act as described under
-       endterm="sql-grant-title"> or
-       endterm="sql-revoke-title">,
+       or
+      ,
       except that one is setting permissions for a whole class of objects
       rather than specific named objects.
      
@@ -146,7 +146,7 @@ REVOKE [ GRANT OPTION FOR ]
    to obtain information about existing assignments of default privileges.
    The meaning of the privilege values is the same as explained for
    \dp under
-    endterm="sql-grant-title">.
+   .
   
 
   
@@ -203,8 +203,8 @@ ALTER DEFAULT PRIVILEGES FOR ROLE admin REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC;
   See Also
 
   
-    endterm="sql-grant-title">
-    endterm="sql-revoke-title">
+   
+   
   
  
 
index b265ce216f0a593ad2472feb20f70c924ad30b1c..dd921e1dc556ad2def4c1256bd4beae833cf3847 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterdomain-title">ALTER DOMAIN
+  ALTER DOMAIN
   7
   SQL - Language Statements
  
@@ -74,7 +74,7 @@ ALTER DOMAIN name
     
      
       This form adds a new constraint to a domain using the same syntax as
-       endterm="SQL-CREATEDOMAIN-TITLE">.
+      .
       This will only succeed if all columns using the domain satisfy the
       new constraint.
      
@@ -260,8 +260,8 @@ ALTER DOMAIN zipcode SET SCHEMA customers;
   See Also
 
   
-    endterm="sql-createdomain-title">
-    endterm="sql-dropdomain-title">
+   
+   
   
  
 
index 79348bda6fd17e6faa9b14375a775a083aedc55b..41a195db4c002ac6a5707cdfc435eb36257e52d4 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterforeigndatawrapper-title">ALTER FOREIGN DATA WRAPPER
+  ALTER FOREIGN DATA WRAPPER
   7
   SQL - Language Statements
  
@@ -136,8 +136,8 @@ ALTER FOREIGN DATA WRAPPER dbi VALIDATOR bob.myvalidator;
   See Also
 
   
-    endterm="sql-createforeigndatawrapper-title">
-    endterm="sql-dropforeigndatawrapper-title">
+   
+   
   
  
 
index cce237600409631b057c750bfbff1ab26d1dba8f..23145932f41bbe804f78eebc78863e138d023c2d 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERFUNCTION-TITLE">ALTER FUNCTION
+  ALTER FUNCTION
   7
   SQL - Language Statements
  
@@ -159,8 +159,8 @@ ALTER FUNCTION name ( [ [ 
        null. RETURNS NULL ON NULL INPUT or
        STRICT changes the function so that it is not
        invoked if any of its arguments are null; instead, a null result
-       is assumed automatically.  See 
-       endterm="sql-createfunction-title"> for more information.
+       is assumed automatically.  See >
+       for more information.
       
      
    
@@ -173,8 +173,7 @@ ALTER FUNCTION name ( [ [ 
      
       
        Change the volatility of the function to the specified setting.
-       See 
-       endterm="sql-createfunction-title"> for details.
+       See  for details.
       
     
    
@@ -187,8 +186,7 @@ ALTER FUNCTION name ( [ [ 
      
       Change whether the function is a security definer or not. The
       key word EXTERNAL is ignored for SQL
-      conformance. See 
-      endterm="sql-createfunction-title"> for more information about
+      conformance. See  for more information about
       this capability.
      
     
@@ -200,8 +198,7 @@ ALTER FUNCTION name ( [ [ 
      
       
        Change the estimated execution cost of the function.
-       See 
-       endterm="sql-createfunction-title"> for more information.
+       See  for more information.
       
      
    
@@ -212,8 +209,7 @@ ALTER FUNCTION name ( [ [ 
      
       
        Change the estimated number of rows returned by a set-returning
-       function.  See 
-       endterm="sql-createfunction-title"> for more information.
+       function.  See  for more information.
       
      
    
@@ -235,7 +231,7 @@ ALTER FUNCTION name ( [ [ 
        
 
        
-        See  endterm="sql-set-title"> and
+        See  and
         
         for more information about allowed parameter names and values.
        
@@ -317,8 +313,8 @@ ALTER FUNCTION check_password(text) RESET search_path;
   See Also
 
   
-    endterm="sql-createfunction-title">
-    endterm="sql-dropfunction-title">
+   
+   
   
  
 
index 2d4d3e90159a7b4ee363ffcf40ecdb1ef3afe903..64e5da8d0ffa7cfeab4faba35219126f66801e95 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERGROUP-title">ALTER GROUP
+  ALTER GROUP
   7
   SQL - Language Statements
  
@@ -44,14 +44,14 @@ ALTER GROUP group_name RENAME TO 
    group for this purpose.)  These variants are effectively
    equivalent to granting or revoking membership in the role named as the
    group; so the preferred way to do this is to use
-    endterm="SQL-GRANT-title"> or
-    endterm="SQL-REVOKE-title">.
+    or
+   .
   
 
   
    The third variant changes the name of the group.  This is exactly
    equivalent to renaming the role with 
-    endterm="sql-alterrole-title">.
+   .
   
  
 
@@ -121,9 +121,9 @@ ALTER GROUP workers DROP USER beth;
   See Also
 
   
-    endterm="sql-grant-title">
-    endterm="sql-revoke-title">
-    endterm="sql-alterrole-title">
+   
+   
+   
   
  
 
index dd9912ec4e20cb1d52e06dee77ebbedf67ed0dd5..6d04b108f0878b7c03c0a3fe4a54ba7516a75bc5 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterindex-title">ALTER INDEX
+  ALTER INDEX
   7
   SQL - Language Statements
  
@@ -54,7 +54,7 @@ ALTER INDEX name RESET ( 
       This form changes the index's tablespace to the specified tablespace and
       moves the data file(s) associated with the index to the new tablespace.
       See also 
-       endterm="sql-createtablespace-title">.
+      .
      
     
    
@@ -65,11 +65,11 @@ ALTER INDEX name RESET ( 
      
       This form changes one or more index-method-specific storage parameters
       for the index.  See
-       endterm="sql-createindex-title">
+      
       for details on the available parameters.  Note that the index contents
       will not be modified immediately by this command; depending on the
       parameter you might need to rebuild the index with
-       endterm="sql-reindex-title">
+      
       to get the desired effects.
      
     
@@ -151,7 +151,7 @@ ALTER INDEX name RESET ( 
 
    
     These operations are also possible using
-     endterm="SQL-ALTERTABLE-TITLE">.
+    .
     ALTER INDEX is in fact just an alias for the forms
     of ALTER TABLE that apply to indexes.
    
@@ -209,8 +209,8 @@ REINDEX INDEX distributors;
   See Also
 
   
-    endterm="sql-createindex-title">
-    endterm="sql-reindex-title">
+   
+   
   
  
 
index 94c9222c1f0b830a28da531585dd3f087db5954b..362b3411fb95fbdfd5952a5eb5a1effabf937e8e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERLANGUAGE-title">ALTER LANGUAGE
+  ALTER LANGUAGE
   7
   SQL - Language Statements
  
@@ -83,8 +83,8 @@ ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO 
   See Also
 
   
-    endterm="sql-createlanguage-title">
-    endterm="sql-droplanguage-title">
+   
+   
   
  
 
index fb278f8e33022ddf84974cee2c4be767308d7769..1e90a165a99b98a6d4c49698a2dccf0ff1adbfe1 100755 (executable)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERLARGEOBJECT-title">ALTER LARGE OBJECT
+  ALTER LARGE OBJECT
   7
   SQL - Language Statements
  
@@ -73,7 +73,7 @@ ALTER LARGE OBJECT large_object_oid
   See Also
 
   
-   Objects" endterm="largeObjects-title">
+   objects">
   
  
 
index fbdc051b80e520fc44c857f6dba76774aa5d5a4a..ef3078bfe430e0f16fc603941caa0ef555005d07 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTEROPCLASS-TITLE">ALTER OPERATOR CLASS
+  ALTER OPERATOR CLASS
   7
   SQL - Language Statements
  
@@ -101,9 +101,9 @@ ALTER OPERATOR CLASS name USING 
   See Also
 
   
-    endterm="sql-createopclass-title">
-    endterm="sql-dropopclass-title">
-    endterm="sql-alteropfamily-title">
+   
+   
+   
   
  
 
index 9e6e8aff4792f08f047d548f082a02e759f2ea23..d67ae302d041a2268880983076fb94d135315943 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTEROPERATOR-TITLE">ALTER OPERATOR
+  ALTER OPERATOR
   7
   SQL - Language Statements
  
@@ -112,8 +112,8 @@ ALTER OPERATOR @@ (text, text) OWNER TO joe;
   See Also
 
   
-    endterm="sql-createoperator-title">
-    endterm="sql-dropoperator-title">
+   
+   
   
  
 
index 6e28b8540a81c4ef9e3cf204a9275e43c8f2f21e..70f20db2b404acabc3062f9ce61fdc9467ee43c1 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTEROPFAMILY-TITLE">ALTER OPERATOR FAMILY
+  ALTER OPERATOR FAMILY
   7
   SQL - Language Statements
  
@@ -52,8 +52,7 @@ ALTER OPERATOR FAMILY name USING 
    are compatible with the family's semantics, but are not required for
    correct functioning of any specific index.  (Operators and functions
    that are so required should be declared as part of an operator class,
-   instead; see 
-   endterm="sql-createopclass-title">.)
+   instead; see .)
    PostgreSQL will allow loose members of a
    family to be dropped from the family at any time, but members of an
    operator class cannot be dropped without dropping the whole class and
@@ -313,11 +312,11 @@ ALTER OPERATOR FAMILY integer_ops USING btree DROP
   See Also
 
   
-    endterm="sql-createopfamily-title">
-    endterm="sql-dropopfamily-title">
-    endterm="sql-createopclass-title">
-    endterm="sql-alteropclass-title">
-    endterm="sql-dropopclass-title">
+   
+   
+   
+   
+   
   
  
 
index 2d09de10c4c1c5af7f31bb68fc07e740ee37a3ce..3a2504cd0a0c3e5207a314850e46a1fa11988a82 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterrole-title">ALTER ROLE
+  ALTER ROLE
   7
   SQL - Language Statements
  
@@ -55,11 +55,11 @@ ALTER ROLE name [ IN DATABASE 
   
    The first variant of this command listed in the synopsis can change
    many of the role attributes that can be specified in 
-    endterm="sql-createrole-title">.
+   .
    (All the possible attributes are covered,
    except that there are no options for adding or removing memberships; use
-    endterm="SQL-GRANT-title"> and
-    endterm="SQL-REVOKE-title"> for that.)
+    and
+    for that.)
    Attributes not mentioned in the command retain their previous settings.
    Database superusers can change any of these settings for any role.
    Roles having CREATEROLE privilege can change any of these
@@ -88,7 +88,7 @@ ALTER ROLE name [ IN DATABASE 
    postgresql.conf or has been received from the postgres
    command line. This only happens at login time, so configuration
    settings associated with a role to which you've 
-   linkend="sql-set-role" endterm="sql-set-role-title"> will be ignored. Settings set to
+   linkend="sql-set-role"> will be ignored. Settings set to
    a role directly are overridden by any database specific settings attached to a role.
    Superusers can change anyone's session defaults. Roles having
    CREATEROLE privilege can change defaults for non-superuser
@@ -131,8 +131,7 @@ ALTER ROLE name [ IN DATABASE 
       
        
         These clauses alter attributes originally set by
-        
-        endterm="SQL-CREATEROLE-title">. For more information, see the
+        . For more information, see the
         CREATE ROLE reference page.
        
       
@@ -176,12 +175,12 @@ ALTER ROLE name [ IN DATABASE 
 
        
         Role-specific variable setting take effect only at login;
-         endterm="sql-set-role-title">
+        
         does not process role-specific variable settings.
        
 
        
-        See  endterm="sql-set-title"> and 
+        See  and 
         linkend="runtime-config"> for more information about allowed
         parameter names and values.
        
@@ -194,15 +193,14 @@ ALTER ROLE name [ IN DATABASE 
   Notes
 
   
-   Use 
-   to add new roles, and 
-   endterm="SQL-DROPROLE-title"> to remove a role.
+   Use 
+   to add new roles, and  to remove a role.
   
 
   
    ALTER ROLE cannot change a role's memberships.
-   Use  endterm="SQL-GRANT-title"> and
-    endterm="SQL-REVOKE-title">
+   Use  and
+   
    to do that.
   
 
@@ -210,8 +208,8 @@ ALTER ROLE name [ IN DATABASE 
    Caution must be exercised when specifying an unencrypted password
    with this command.  The password will be transmitted to the server
    in cleartext, and it might also be logged in the client's command
-   history or the server log.  
-   endterm="app-psql-title"> contains a command
+   history or the server log.  >
+   contains a command
    \password that can be used to safely change a
    role's password.
   
@@ -219,7 +217,7 @@ ALTER ROLE name [ IN DATABASE 
   
    It is also possible to tie a
    session default to a specific database rather than to a role; see
-    endterm="sql-alterdatabase-title">.
+   .
    If there is a conflict, database-role-specific settings override role-specific
    ones, which in turn override database-specific ones.
   
@@ -300,9 +298,9 @@ ALTER ROLE fred IN DATABASE devel SET client_min_messages = DEBUG;
   See Also
 
   
-    endterm="sql-createrole-title">
-    endterm="sql-droprole-title">
-    endterm="sql-set-title">
+   
+   
+   
   
  
 
index 122b07460973e6cf65b02eb0fe938e7ee3778b0d..7f510e9ad42af17aaaa7164b0dd43a2a533824b6 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERSCHEMA-title">ALTER SCHEMA
+  ALTER SCHEMA
   7
   SQL - Language Statements
  
@@ -92,8 +92,8 @@ ALTER SCHEMA name OWNER TO new_owner
   See Also
 
   
-    endterm="sql-createschema-title">
-    endterm="sql-dropschema-title">
+   
+   
   
  
 
index 6d6a9a62f2b495d3ad2977897432a6a4cad04b8b..34f13d4bc075393274de2943e5d72bad5704b2f2 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERSEQUENCE-TITLE">ALTER SEQUENCE
+  ALTER SEQUENCE
   7
   SQL - Language Statements
  
@@ -302,8 +302,8 @@ ALTER SEQUENCE serial RESTART WITH 105;
   See Also
 
   
-    endterm="sql-createsequence-title">
-    endterm="sql-dropsequence-title">
+   
+   
   
  
 
index 1bce7fb4de857c5b9695e7f0b38aaa377592dfea..dfd72431b2ae4356f8b02d328bfe637514252fb9 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterserver-title">ALTER SERVER
+  ALTER SERVER
   7
   SQL - Language Statements
  
@@ -116,8 +116,8 @@ ALTER SERVER foo VERSION '8.4' OPTIONS (SET host 'baz');
   See Also
 
   
-    endterm="sql-createserver-title">
-    endterm="sql-dropserver-title">
+   
+   
   
  
 
index 222637eb12f7bf4c527bed8378d26aec4d94418f..16007ef2734389f272d7df80948c08c1453a29d0 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-altertable-title">ALTER TABLE
+  ALTER TABLE
   7
   SQL - Language Statements
  
@@ -78,7 +78,7 @@ ALTER TABLE name
     
      
       This form adds a new column to the table, using the same syntax as
-       endterm="SQL-CREATETABLE-TITLE">.
+      .
      
     
    
@@ -147,7 +147,7 @@ ALTER TABLE name
      
       This form
       sets the per-column statistics-gathering target for subsequent
-       endterm="sql-analyze-title"> operations.
+       operations.
       The target can be set in the range 0 to 10000; alternatively, set it
       to -1 to revert to using the system default statistics
       target ().
@@ -167,7 +167,7 @@ ALTER TABLE name
       define attribute-level options are n_distinct and
       n_distinct_inherited, which override the
       number-of-distinct-values estimate made by subsequent
-       endterm="sql-analyze-title">
+      
       operations.  n_distinct affects the statistics for the table
       itself, while n_distinct_inherited affects the statistics
       gathered for the table and its inheritance children.  When set to a
@@ -223,7 +223,7 @@ ALTER TABLE name
     
      
       This form adds a new constraint to a table using the same syntax as
-       endterm="SQL-CREATETABLE-TITLE">.
+      .
      
     
    
@@ -284,7 +284,7 @@ ALTER TABLE name
     
      
       This form selects the default index for future
-       endterm="sql-cluster-title">
+      
       operations.  It does not actually re-cluster the table.
      
     
@@ -295,7 +295,7 @@ ALTER TABLE name
     
      
       This form removes the most recently used
-       endterm="sql-cluster-title">
+      
       index specification from the table.  This affects
       future cluster operations that don't specify an index.
      
@@ -338,12 +338,12 @@ ALTER TABLE name
      
       This form changes one or more storage parameters for the table.  See
       
-      endterm="sql-createtable-storage-parameters-title">
+      endterm="SQL-CREATETABLE-storage-parameters-title">
       for details on the available parameters.  Note that the table contents
       will not be modified immediately by this command; depending on the
       parameter you might need to rewrite the table to get the desired effects.
-      That can be done with 
-      endterm="sql-cluster-title"> or one of the forms of ALTER
+      That can be done with >
+      or one of the forms of ALTER
       TABLE that forces a table rewrite.
      
 
@@ -426,7 +426,7 @@ ALTER TABLE name
       Indexes on the table, if any, are not moved; but they can be moved
       separately with additional SET TABLESPACE commands.
       See also
-       endterm="sql-createtablespace-title">.
+      .
      
     
    
@@ -774,8 +774,7 @@ ALTER TABLE table ALTER COLUMN anycol TYPE anytype;
    
 
    
-    Refer to 
-    endterm="sql-createtable-title"> for a further description of valid
+    Refer to  for a further description of valid
     parameters.  has further information on
     inheritance.
    
index 758ee13aa6910d5edeb0594e3e311ccfb1e2f3c6..d778992bae096cda55bca93402a44308ee38dcc9 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERTABLESPACE-TITLE">ALTER TABLESPACE
+  ALTER TABLESPACE
   7
   SQL - Language Statements
  
@@ -128,8 +128,8 @@ ALTER TABLESPACE index_space OWNER TO mary;
   See Also
 
   
-    endterm="sql-createtablespace-title">
-    endterm="sql-droptablespace-title">
+   
+   
   
  
 
index 6406595c549905de841f5a0465e08b0bb567e3c9..1e508d2401dcea2c0d0e29ec70c541f38aa0cac6 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-altertrigger-title">ALTER TRIGGER
+  ALTER TRIGGER
   7
   SQL - Language Statements
  
@@ -78,7 +78,7 @@ ALTER TRIGGER name ON 
 
    
     The ability to temporarily enable or disable a trigger is provided by
-     endterm="SQL-ALTERTABLE-TITLE">, not by
+    , not by
     ALTER TRIGGER, because ALTER TRIGGER has no
     convenient way to express the option of enabling or disabling all of
     a table's triggers at once.
@@ -109,7 +109,7 @@ ALTER TRIGGER emp_stamp ON emp RENAME TO emp_track_chgs;
   See Also
 
   
-    endterm="sql-altertable-title">
+   
   
  
 
index cf31eab5aca92c30acbdd6cb42a93c65b70b0323..7f70ca9e020f5b7f7b9d0ee0bf819677e64c1e26 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERTSCONFIG-TITLE">ALTER TEXT SEARCH CONFIGURATION
+  ALTER TEXT SEARCH CONFIGURATION
   7
   SQL - Language Statements
  
@@ -172,8 +172,8 @@ ALTER TEXT SEARCH CONFIGURATION my_config
   See Also
 
   
-    endterm="sql-createtsconfig-title">
-    endterm="sql-droptsconfig-title">
+   
+   
   
  
 
index 7c55f5f993e9184d7940651e0b15a0405f329e36..458e4c48f5e098feb7fa9454d96ea5ffcbfe5e02 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERTSDICTIONARY-TITLE">ALTER TEXT SEARCH DICTIONARY
+  ALTER TEXT SEARCH DICTIONARY
   7
   SQL - Language Statements
  
@@ -153,8 +153,8 @@ ALTER TEXT SEARCH DICTIONARY my_dict ( dummy );
   See Also
 
   
-    endterm="sql-createtsdictionary-title">
-    endterm="sql-droptsdictionary-title">
+   
+   
   
  
 
index a47e893c2e04abbc15c68796e42f854c96328a58..eed1b58e8a6935daced30c6fa594aecb9522632b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERTSPARSER-TITLE">ALTER TEXT SEARCH PARSER
+  ALTER TEXT SEARCH PARSER
   7
   SQL - Language Statements
  
@@ -76,8 +76,8 @@ ALTER TEXT SEARCH PARSER name RENAME TO 
   See Also
 
   
-    endterm="sql-createtsparser-title">
-    endterm="sql-droptsparser-title">
+   
+   
   
  
 
index 16c76339fd39f57597879639e3b520fb8cc6a4ee..cb4b97b030181827cd952beb49b7f289c0a09d15 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERTSTEMPLATE-TITLE">ALTER TEXT SEARCH TEMPLATE
+  ALTER TEXT SEARCH TEMPLATE
   7
   SQL - Language Statements
  
@@ -76,8 +76,8 @@ ALTER TEXT SEARCH TEMPLATE name RENAME TO 
   See Also
 
   
-    endterm="sql-createtstemplate-title">
-    endterm="sql-droptstemplate-title">
+   
+   
   
  
 
index 71c922a4e119cad075cbeb8636f5b09f19c72856..92e90a039beae98f1664f675465f5783db768ca4 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-altertype-title">ALTER TYPE
+  ALTER TYPE
   7
   SQL - Language Statements
  
index 3d22e75050bccd4720b60dd432438e897791666b..6046155be420feb9c8b881be941547faba8ab736 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alteruser-title">ALTER USER
+  ALTER USER
   7
   SQL - Language Statements
  
@@ -49,7 +49,7 @@ ALTER USER name RESET ALL
 
   
    ALTER USER is now an alias for
-    endterm="sql-alterrole-title">.
+   .
   
  
 
@@ -67,7 +67,7 @@ ALTER USER name RESET ALL
   See Also
 
   
-    endterm="sql-alterrole-title">
+   
   
  
 
index c98ea7709fa68e27ca5c0bd32c0f2b69f1aab297..99e489e49c423065b87e95564d1ee418630d1911 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-alterusermapping-title">ALTER USER MAPPING
+  ALTER USER MAPPING
   7
   SQL - Language Statements
  
@@ -117,8 +117,8 @@ ALTER USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'public');
   See Also
 
   
-    endterm="sql-createusermapping-title">
-    endterm="sql-dropusermapping-title">
+   
+   
   
  
 
index da5a1ea37546b52ffebf6a3ba672b9cb94019d68..6f175c97b954f3e33667f73eb02d976a1e4e4aa6 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ALTERVIEW-TITLE">ALTER VIEW
+  ALTER VIEW
   7
   SQL - Language Statements
  
@@ -140,8 +140,8 @@ ALTER VIEW foo RENAME TO bar;
   See Also
 
   
-    endterm="sql-createview-title">
-    endterm="sql-dropview-title">
+   
+   
   
  
 
index 7564ce1448edad13a15e5c9590619fabe666ba86..1f2e4c1bad7286e1bcd67216833ab99a511f7b72 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-analyze-title">ANALYZE
+  ANALYZE
   7
   SQL - Language Statements
  
@@ -102,7 +102,7 @@ ANALYZE [ VERBOSE ] [ table [ ( 
    just after making major changes in the contents of a table.  Accurate
    statistics will help the planner to choose the most appropriate query
    plan, and thereby improve the speed of query processing.  A common
-   strategy is to run  endterm="sql-vacuum-title">
+   strategy is to run 
    and ANALYZE once a day during a low-usage time of day.
   
 
@@ -132,7 +132,7 @@ ANALYZE [ VERBOSE ] [ table [ ( 
    will change slightly each time ANALYZE is run,
    even if the actual table contents did not change.  This might result
    in small changes in the planner's estimated costs shown by
-    endterm="sql-explain-title">.
+   .
    In rare situations, this non-determinism will cause the planner's
    choices of query plans to change after ANALYZE is run.
    To avoid this, raise the amount of statistics collected by
@@ -144,8 +144,8 @@ ANALYZE [ VERBOSE ] [ table [ ( 
     configuration variable, or
    on a column-by-column basis by setting the per-column statistics
    target with ALTER TABLE ... ALTER COLUMN ... SET
-   STATISTICS (see 
-   endterm="sql-altertable-title">).  The target value sets the
+   STATISTICS (see >).
+   The target value sets the
    maximum number of entries in the most-common-value list and the
    maximum number of bins in the histogram.  The default target value
    is 100, but this can be adjusted up or down to trade off accuracy of
@@ -174,7 +174,7 @@ ANALYZE [ VERBOSE ] [ table [ ( 
    bad query plans, a more accurate value can be determined manually and then
    installed with
    ALTER TABLE ... ALTER COLUMN ... SET (n_distinct = ...)
-   (see  endterm="sql-altertable-title">).
+   (see ).
   
  
 
@@ -190,10 +190,10 @@ ANALYZE [ VERBOSE ] [ table [ ( 
   See Also
 
   
-    endterm="sql-vacuum-title">
-    endterm="app-vacuumdb-title">
-    endterm="runtime-config-resource-vacuum-cost-title">
-    endterm="autovacuum-title">
+   
+   
+   
+   
   
  
 
index 9b05454636f849be1a626c5e8a88bf551197f1e2..67dd49cd1bac39ca4f1cd91b2b6ff28b76614a23 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-BEGIN-TITLE">BEGIN
+  BEGIN
   7
   SQL - Language Statements
  
@@ -37,8 +37,8 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode
    BEGIN initiates a transaction block, that is,
    all statements after a BEGIN command will be
    executed in a single transaction until an explicit 
-   linkend="sql-commit" endterm="sql-commit-title"> or 
-   linkend="sql-rollback" endterm="sql-rollback-title"> is given.
+   linkend="sql-commit"> or 
+   linkend="sql-rollback"> is given.
    By default (without BEGIN),
    PostgreSQL executes
    transactions in autocommit mode, that is, each
@@ -59,7 +59,7 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode
   
    If the isolation level or read/write mode is specified, the new
    transaction has those characteristics, as if
-    endterm="sql-set-transaction-title"> 
+    
    was executed.
   
  
@@ -80,8 +80,7 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode
   
 
   
-   Refer to 
-   endterm="sql-set-transaction-title"> for information on the meaning
+   Refer to  for information on the meaning
    of the other parameters to this statement.
   
  
@@ -90,14 +89,13 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode
   Notes
 
   
-   
-   endterm="sql-start-transaction-title"> has the same functionality
+    has the same functionality
    as BEGIN.
   
    
   
-   Use  endterm="SQL-COMMIT-TITLE"> or
-    endterm="SQL-ROLLBACK-TITLE">
+   Use  or
+   
    to terminate a transaction block.
   
 
@@ -105,7 +103,7 @@ BEGIN [ WORK | TRANSACTION ] [ transaction_mode
    Issuing BEGIN when already inside a transaction block will
    provoke a warning message.  The state of the transaction is not affected.
    To nest transactions within a transaction block, use savepoints 
-   (see  endterm="sql-savepoint-title">).
+   (see ).
   
 
   
@@ -133,8 +131,7 @@ BEGIN;
   
    BEGIN is a PostgreSQL
    language extension.  It is equivalent to the SQL-standard command
-   
-   endterm="sql-start-transaction-title">, whose reference page
+   , whose reference page
    contains additional compatibility information.
   
 
@@ -149,10 +146,10 @@ BEGIN;
   See Also
 
   
-    endterm="sql-commit-title">
-    endterm="sql-rollback-title">
-    endterm="sql-start-transaction-title">
-    endterm="sql-savepoint-title">
+   
+   
+   
+   
   
  
 
index 31f1b0fe192694b41c76856b42bfaf9294673eb6..172521044981e4299b3cc418666aec0f1d91b0b4 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="sql-checkpoint-title">CHECKPOINT
+  CHECKPOINT
   7
   SQL - Language Statements
  
index 59b1b1b3184ffdec2ceef91997adc383d408f826..a36bbf8583b858516e33032b1580f4e1d5f75a09 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-CLOSE-TITLE">CLOSE
+  CLOSE
   7
   SQL - Language Statements
  
@@ -84,7 +84,7 @@ CLOSE { name | ALL }
    PostgreSQL does not have an explicit
    OPEN cursor statement; a cursor is considered
    open when it is declared.  Use the
-    endterm="sql-declare-title">
+   
    statement to declare a cursor.
   
 
@@ -125,9 +125,9 @@ CLOSE liahona;
   See Also
 
   
-    endterm="sql-declare-title">
-    endterm="sql-fetch-title">
-    endterm="sql-move-title">
+   
+   
+   
   
  
 
index 4c690d9eda62675791ad6b7ee838b10d17873a32..2f06251b292b93e1b6d6cb1da69a5acf271ad5fd 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-cluster-title">CLUSTER
+  CLUSTER
   7
   SQL - Language Statements
  
@@ -141,8 +141,8 @@ CLUSTER [VERBOSE]
 
    
     Because the planner records statistics about the ordering of
-    tables, it is advisable to run 
-    endterm="sql-analyze-title"> on the newly clustered table.
+    tables, it is advisable to run >
+    on the newly clustered table.
     Otherwise, the planner might make poor choices of query plans.
    
 
@@ -226,7 +226,7 @@ CLUSTER index_name ON 
   See Also
 
   
-    endterm="app-clusterdb-title">
+   
   
  
 
index c805cddae69cb5756de0aecf4ac0157c79287688..f9b4c7a8c08d7a3bdd9034f8fe1b4d6c22d77110 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-CLUSTERDB-TITLE">clusterdb
+  clusterdb
   1
   Application
  
@@ -48,7 +48,7 @@ PostgreSQL documentation
 
   
    clusterdb is a wrapper around the SQL
-   command  endterm="sql-cluster-title">.
+   command .
    There is no effective difference between clustering databases via
    this utility and via other methods for accessing the server.
   
@@ -263,8 +263,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-cluster-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -300,7 +300,7 @@ PostgreSQL documentation
   See Also
 
   
-    endterm="sql-cluster-title">
+   
   
  
 
index 730ad7cf82ce2cd0054a9cabc3177a429dad072f..53c6b0fcbc9db09692a58d4f81cc675b085ac237 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-COMMENT-TITLE">COMMENT
+  COMMENT
   7
   SQL - Language Statements
  
index 1d676ed739b7ed62254cbf30febaf2297d2364d8..6cc7af5e07ee0566c4fd5917eb13cf45956b5e9a 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-COMMIT-TITLE">COMMIT
+  COMMIT
   7
   SQL - Language Statements
  
@@ -55,7 +55,7 @@ COMMIT [ WORK | TRANSACTION ]
   Notes
 
   
-   Use  endterm="SQL-ROLLBACK-TITLE"> to
+   Use  to
    abort a transaction.
   
 
@@ -90,8 +90,8 @@ COMMIT;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-rollback-title">
+   
+   
   
  
 
index 1406ed292a4575042e53830f36030eaa84bd3c6c..2c9b558d610aad275d358722fa154142f4a4e99e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-commit-prepared-title">COMMIT PREPARED
+  COMMIT PREPARED
   7
   SQL - Language Statements
  
@@ -88,8 +88,8 @@ COMMIT PREPARED 'foobar';
   See Also
 
   
-    endterm="sql-prepare-transaction-title">
-    endterm="sql-rollback-prepared-title">
+   
+   
   
  
 
index d630e6a2fa62d5239f5090a2af911d6524538e8f..f29a2f093bf8e72c1fc3f72328a621eb81e62b73 100644 (file)
@@ -1,12 +1,12 @@
 
 
 
 
  
-   id="sql-copy-title">COPY
+  COPY
   7
   SQL - Language Statements
  
@@ -103,8 +103,8 @@ COPY { table_name [ ( 
     query
     
      
-      A  endterm="sql-select-title"> or
-       endterm="sql-values-title"> command
+      A  or
+       command
       whose results are to be copied.
       Note that parentheses are required around the query.
      
index 1d0599756c35cc3e1036e8a4d3c917ca2ccf5637..2eae2090cc64f5e508003011cb8c17e17ca14771 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createaggregate-title">CREATE AGGREGATE
+  CREATE AGGREGATE
   7
   SQL - Language Statements
  
@@ -304,8 +304,8 @@ SELECT col FROM tab ORDER BY col USING sortop LIMIT 1;
   See Also
 
   
-    endterm="sql-alteraggregate-title">
-    endterm="sql-dropaggregate-title">
+   
+   
   
  
 
index 16a7cef40f9cff05065d669202537e1c311646fa..317cdb64f896ffc118bcf0786fda5b68a00ef4a8 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="SQL-CREATECAST-TITLE">CREATE CAST
+  CREATE CAST
   7
   SQL - Language Statements
  
@@ -150,7 +150,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
     ambiguity that cannot be avoided as above.  The parser has a fallback
     heuristic based on type categories and preferred
     types that can help to provide desired behavior in such cases.  See
-     endterm="sql-createtype-title"> for
+     for
     more information.
    
   
@@ -290,8 +290,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
   Notes
 
   
-   Use 
-   endterm="sql-dropcast-title"> to remove user-defined casts.
+   Use  to remove user-defined casts.
   
 
   
@@ -401,9 +400,9 @@ CREATE CAST (bigint AS int4) WITH FUNCTION int4(bigint) AS ASSIGNMENT;
   See Also
 
   
-    endterm="sql-createfunction-title">,
-    endterm="sql-createtype-title">,
-    endterm="sql-dropcast-title">
+   ,
+   ,
+   
   
  
 
index 7da88318568eb0f8ce3cd9bcf2c157c5286451cf..779f427c572770cf48b19c2e23e08d34ff65dcec 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createconstraint-title">CREATE CONSTRAINT TRIGGER
+  CREATE CONSTRAINT TRIGGER
   7
   SQL - Language Statements
  
@@ -39,7 +39,7 @@ CREATE CONSTRAINT TRIGGER name
    CREATE CONSTRAINT TRIGGER creates a
    constraint trigger.  This is the same as a regular trigger
    except that the timing of the trigger firing can be adjusted using
-    endterm="SQL-SET-CONSTRAINTS-TITLE">.
+   .
    Constraint triggers must be AFTER ROW triggers.  They can
    be fired either at the end of the statement causing the triggering event,
    or at the end of the containing transaction; in the latter case they are
@@ -104,7 +104,7 @@ CREATE CONSTRAINT TRIGGER name
     
      
       The default timing of the trigger.
-      See the  endterm="SQL-CREATETABLE-TITLE">
+      See the 
       documentation for details of these constraint options.
      
     
@@ -116,7 +116,7 @@ CREATE CONSTRAINT TRIGGER name
      
       A Boolean expression that determines whether the trigger function
       will actually be executed.  This acts the same as in 
-      linkend="SQL-CREATETRIGGER" endterm="SQL-CREATETRIGGER-TITLE">.
+      linkend="SQL-CREATETRIGGER">.
       Note in particular that evaluation of the WHEN
       condition is not deferred, but occurs immediately after the row
       update operation is performed.  If the condition does not evaluate
@@ -131,7 +131,7 @@ CREATE CONSTRAINT TRIGGER name
     
      
       The function to call when the trigger is fired. See 
-      linkend="SQL-CREATETRIGGER" endterm="SQL-CREATETRIGGER-TITLE"> for
+      linkend="SQL-CREATETRIGGER"> for
       details.
      
     
@@ -142,7 +142,7 @@ CREATE CONSTRAINT TRIGGER name
     
      
       Optional argument strings to pass to the trigger function. See 
-      linkend="SQL-CREATETRIGGER" endterm="SQL-CREATETRIGGER-TITLE"> for
+      linkend="SQL-CREATETRIGGER"> for
       details.
      
     
@@ -163,9 +163,9 @@ CREATE CONSTRAINT TRIGGER name
   See Also
 
   
-    endterm="sql-createtrigger-title">
-    endterm="sql-droptrigger-title">
-    endterm="sql-set-constraints-title">
+   
+   
+   
   
  
 
index 9a8cee7de19106100e9f692bab1bd8875f410527..108c6fb6aeaab28310dd69b91bc46e83a55dbcd7 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="SQL-CREATECONVERSION-TITLE">CREATE CONVERSION
+  CREATE CONVERSION
   7
   SQL - Language Statements
  
@@ -162,9 +162,9 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc;
   See Also
 
   
-    endterm="sql-alterconversion-title">
-    endterm="sql-createfunction-title">
-    endterm="sql-dropconversion-title">
+   
+   
+   
   
  
 
index ff4c74e47328f8a05a0328ca277b2c0a119f368d..c3e691a4ad376af6429f79dfd671e522980c7035 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createdatabase-title">CREATE DATABASE
+  CREATE DATABASE
   7
   SQL - Language Statements
  
@@ -43,7 +43,7 @@ CREATE DATABASE name
   
    To create a database, you must be a superuser or have the special
    CREATEDB privilege.
-   See  endterm="SQL-CREATEUSER-title">.
+   See .
   
 
   
@@ -147,7 +147,7 @@ CREATE DATABASE name
         template database's tablespace. This
         tablespace will be the default tablespace used for objects
         created in this database. See
-         endterm="sql-createtablespace-title">
+        
         for more information.
        
       
@@ -185,11 +185,11 @@ CREATE DATABASE name
    
 
    
-    Use  endterm="SQL-DROPDATABASE-title"> to remove a database.
+    Use  to remove a database.
    
 
    
-    The program  endterm="APP-CREATEDB-title"> is a
+    The program  is a
     wrapper program around this command, provided for convenience.
    
 
@@ -287,8 +287,8 @@ CREATE DATABASE music ENCODING 'LATIN1' TEMPLATE template0;
   See Also
 
   
-    endterm="sql-alterdatabase-title">
-    endterm="sql-dropdatabase-title">
+   
+   
   
  
 
index aae7a3539c3f4a01b384092d4a33c8f6df040879..637326b58bbbe74bb45ec110377e7a3bd20f6211 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createdomain-title">CREATE DOMAIN
+  CREATE DOMAIN
   7
   SQL - Language Statements
  
@@ -201,8 +201,8 @@ CREATE TABLE us_snail_addy (
   See Also
 
   
-    endterm="sql-alterdomain-title">
-    endterm="sql-dropdomain-title">
+   
+   
   
  
 
index b9ceb7ecc179bba682f411845beff2ccae69a226..4880588b15e6e1f06c862480176dfef764bff6c3 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createforeigndatawrapper-title">CREATE FOREIGN DATA WRAPPER
+  CREATE FOREIGN DATA WRAPPER
   7
   SQL - Language Statements
  
@@ -167,10 +167,10 @@ CREATE FOREIGN DATA WRAPPER mywrapper
   See Also
 
   
-    endterm="sql-alterforeigndatawrapper-title">
-    endterm="sql-dropforeigndatawrapper-title">
-    endterm="sql-createserver-title">
-    endterm="sql-createusermapping-title">
+   
+   
+   
+   
   
  
 
index 8e3741fa31c257807284136a67e579a90dea9ef6..06df45ab967845f78323f1056865cc6fa0ec9e8e 100644 (file)
@@ -1,10 +1,10 @@
 
 
 
  
-   id="SQL-CREATEFUNCTION-TITLE">CREATE FUNCTION
+  CREATE FUNCTION
   7
   SQL - Language Statements
  
@@ -423,7 +423,7 @@ CREATE [ OR REPLACE ] FUNCTION
       
    
       
-       See  endterm="sql-set-title"> and
+       See  and
        
        for more information about allowed parameter names and values.
       
@@ -702,7 +702,7 @@ $$  LANGUAGE plpgsql
    
     Another point to keep in mind is that by default, execute privilege
     is granted to PUBLIC for newly created functions
-    (see  endterm="sql-grant-title"> for more
+    (see  for more
     information).  Frequently you will wish to restrict use of a security
     definer function to only some users.  To do that, you must revoke
     the default PUBLIC privileges and then grant execute
@@ -752,12 +752,12 @@ COMMIT;
   See Also
 
   
-    endterm="sql-alterfunction-title">
-    endterm="sql-dropfunction-title">
-    endterm="sql-grant-title">
-    endterm="sql-load-title">
-    endterm="sql-revoke-title">
-    endterm="app-createlang-title">
+   
+   
+   
+   
+   
+   
   
  
 
index 80ba1f49af36547223efee870b7969a5a1c73d18..996bc15042edb648299e727b2f8185361fc0479e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-creategroup-title">CREATE GROUP
+  CREATE GROUP
   7
   SQL - Language Statements
  
@@ -47,7 +47,7 @@ CREATE GROUP name [ [ WITH ] 
 
   
    CREATE GROUP is now an alias for
-    endterm="sql-createrole-title">.
+   .
   
   
  
@@ -64,7 +64,7 @@ CREATE GROUP name [ [ WITH ] 
   See Also
 
   
-    endterm="sql-createrole-title">
+   
   
  
 
index ec1807a370b999d2e37dc4708ea95ae60d088ac4..5b68cae10f2a8052e7842858d5f4151b8a75e066 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createindex-title">CREATE INDEX
+  CREATE INDEX
   7
   SQL - Language Statements
  
@@ -488,7 +488,7 @@ Indexes:
   
 
   
-   Use  endterm="sql-dropindex-title">
+   Use 
    to remove an index.
   
 
@@ -588,8 +588,8 @@ CREATE INDEX CONCURRENTLY sales_quantity_index ON sales_table (quantity);
   See Also
 
   
-    endterm="sql-alterindex-title">
-    endterm="sql-dropindex-title">
+   
+   
   
  
 
index 3f52578634e0c99d3c7530c0f2660def58dea145..679f8d50b150f5e5fe090c1b4cce5c868718b5cd 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createlanguage-title">CREATE LANGUAGE
+  CREATE LANGUAGE
   7
   SQL - Language Statements
  
@@ -168,7 +168,7 @@ CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE 
        inline_handler is the
        name of a previously registered function that will be called
        to execute an anonymous code block
-       ( endterm="sql-do-title"> command)
+       ( command)
        in this language.
        If no inline_handler
        function is specified, the language does not support anonymous code
@@ -227,7 +227,7 @@ CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE 
   
 
   
-   Use  endterm="sql-droplanguage-title">, or better yet the 
+   Use , or better yet the 
    linkend="app-droplang"> program, to drop procedural languages.
   
 
@@ -312,13 +312,13 @@ CREATE LANGUAGE plsample
   See Also
 
   
-    endterm="sql-alterlanguage-title">
-    endterm="sql-createfunction-title">
-    endterm="sql-droplanguage-title">
-    endterm="sql-grant-title">
-    endterm="sql-revoke-title">
-    endterm="app-createlang-title">
-    endterm="app-droplang-title">
+   
+   
+   
+   
+   
+   
+   
   
  
 
index 44e1f1f21fd22b1f4a57ab98c4fa8cfb24970a7a..500a16b65885c671d44def72e2cc807d4bf2a342 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createopclass-title">CREATE OPERATOR CLASS
+  CREATE OPERATOR CLASS
   7
   SQL - Language Statements
  
@@ -297,10 +297,10 @@ CREATE OPERATOR CLASS gist__int_ops
   See Also
 
   
-    endterm="sql-alteropclass-title">
-    endterm="sql-dropopclass-title">
-    endterm="sql-createopfamily-title">
-    endterm="sql-alteropfamily-title">
+   
+   
+   
+   
   
  
 
index 7c0b545e894ca8e9be53674885603211954526cc..a5595e6e69c8343f7faa01de8903d6ca61347bed 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createoperator-title">CREATE OPERATOR
+  CREATE OPERATOR
   7
   SQL - Language Statements
  
@@ -231,10 +231,8 @@ COMMUTATOR = OPERATOR(myschema.===) ,
   
 
   
-   Use 
-   endterm="sql-dropoperator-title"> to delete user-defined operators
-   from a database.  Use 
-   endterm="sql-alteroperator-title"> to modify operators in a
+   Use  to delete user-defined operators
+   from a database.  Use  to modify operators in a
    database.
   
  
@@ -274,9 +272,9 @@ CREATE OPERATOR === (
   See Also
 
   
-    endterm="sql-alteroperator-title">
-    endterm="sql-createopclass-title">
-    endterm="sql-dropoperator-title">
+   
+   
+   
   
  
 
index 958de632bb305d562a0cdccb6632767d8147a9a7..4b1a3ee2a72241f6d17f8c4325ee7c937f402aae 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createopfamily-title">CREATE OPERATOR FAMILY
+  CREATE OPERATOR FAMILY
   7
   SQL - Language Statements
  
@@ -108,11 +108,11 @@ CREATE OPERATOR FAMILY name USING <
   See Also
 
   
-    endterm="sql-alteropfamily-title">
-    endterm="sql-dropopfamily-title">
-    endterm="sql-createopclass-title">
-    endterm="sql-alteropclass-title">
-    endterm="sql-dropopclass-title">
+   
+   
+   
+   
+   
   
  
 
index 60e7d7c862d0c704ccf077df6cfadd9ac651ac7c..a1c7ad61c21a9e1d2a80f317e0d51a0b3f3b3236 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createrole-title">CREATE ROLE
+  CREATE ROLE
   7
   SQL - Language Statements
  
@@ -307,9 +307,9 @@ CREATE ROLE name [ [ WITH ] 
   Notes
 
   
-   Use  endterm="SQL-ALTERROLE-title"> to
-   change the attributes of a role, and 
-   endterm="SQL-DROPROLE-title"> to remove a role.  All the attributes
+   Use  to
+   change the attributes of a role, and >
+   to remove a role.  All the attributes
    specified by CREATE ROLE can be modified by later
    ALTER ROLE commands.
   
@@ -317,8 +317,8 @@ CREATE ROLE name [ [ WITH ] 
   
    The preferred way to add and remove members of roles that are being
    used as groups is to use
-    endterm="SQL-GRANT-title"> and
-    endterm="SQL-REVOKE-title">.
+    and
+   .
   
 
   
@@ -336,7 +336,7 @@ CREATE ROLE name [ [ WITH ] 
    a member of a role with CREATEDB privilege does not immediately
    grant the ability to create databases, even if INHERIT is set;
    it would be necessary to become that role via
-    endterm="SQL-SET-ROLE-title"> before
+    before
    creating a database.
   
 
@@ -363,7 +363,7 @@ CREATE ROLE name [ [ WITH ] 
 
   
    PostgreSQL includes a program 
-   linkend="APP-CREATEUSER" endterm="APP-CREATEUSER-title"> that has
+   linkend="APP-CREATEUSER"> that has
    the same functionality as CREATE ROLE (in fact,
    it calls this command) but can be run from the command shell.
   
@@ -380,9 +380,9 @@ CREATE ROLE name [ [ WITH ] 
    with this command.  The password will be transmitted to the server
    in cleartext, and it might also be logged in the client's command
    history or the server log.  The command 
-   linkend="APP-CREATEUSER" endterm="APP-CREATEUSER-title">, however, transmits
-   the password encrypted.  Also, 
-   endterm="app-psql-title"> contains a command
+   linkend="APP-CREATEUSER">, however, transmits
+   the password encrypted.  Also, >
+   contains a command
    \password that can be used to safely change the
    password later.
   
@@ -459,11 +459,11 @@ CREATE ROLE name [ WITH ADMIN 
   See Also
 
   
-    endterm="sql-set-role-title">
-    endterm="sql-alterrole-title">
-    endterm="sql-droprole-title">
-    endterm="sql-grant-title">
-    endterm="sql-revoke-title">
+   
+   
+   
+   
+   
    
   
  
index 15eee45e4e5c13c55d7cd0fc5ed6ee453a2339dc..afe5f82e1c621f177b1c2859f1fa43a931575148 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createrule-title">CREATE RULE
+  CREATE RULE
   7
   SQL - Language Statements
  
index b92fa0f93f42b61cb5ffa3cfa74d40553aa7f85f..0df736877f72a98014adfbb767b3d4d6acabc2b2 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createschema-title">CREATE SCHEMA
+  CREATE SCHEMA
   7
   SQL - Language Statements
  
@@ -184,8 +184,8 @@ CREATE VIEW hollywood.winners AS
   See Also
 
   
-    endterm="sql-alterschema-title">
-    endterm="sql-dropschema-title">
+   
+   
  
  
 
index 20b0c00872114f8051b625f7d7d9c6edf77dd0be..318718e1a89916f7eb4c72bedf67763df71f3320 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createsequence-title">CREATE SEQUENCE
+  CREATE SEQUENCE
   7
   SQL - Language Statements
  
@@ -356,8 +356,8 @@ END;
   See Also
 
   
-    endterm="sql-altersequence-title">
-    endterm="sql-dropsequence-title">
+   
+   
   
  
 
index 06c20ea87fcae924c102fe30579b63333d7162f5..319f1f6fe267aaffc49f32c639d702120e13b9a1 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createserver-title">CREATE SERVER
+  CREATE SERVER
   7
   SQL - Language Statements
  
@@ -152,10 +152,10 @@ CREATE SERVER myserver FOREIGN DATA WRAPPER pgsql OPTIONS (host 'foo', dbname 'f
   See Also
 
   
-    endterm="sql-alterserver-title">
-    endterm="sql-dropserver-title">
-    endterm="sql-createforeigndatawrapper-title">
-    endterm="sql-createusermapping-title">
+   
+   
+   
+   
   
  
 
index d905f081afdc37a347d066b849bac11f9b18a9de..a730e3b9306e6cb94256c1d377500645c58cb8fe 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtable-title">CREATE TABLE
+  CREATE TABLE
   7
   SQL - Language Statements
  
@@ -484,7 +484,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
       Each exclude_element
       can optionally specify an operator class and/or ordering options;
       these are described fully under
-       endterm="sql-createindex-title">.
+      .
      
 
      
@@ -630,7 +630,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
       constraint that is not deferrable will be checked immediately
       after every command.  Checking of constraints that are
       deferrable can be postponed until the end of the transaction
-      (using the  endterm="sql-set-constraints-title"> command).
+      (using the  command).
       NOT DEFERRABLE is the default.
       Currently, only UNIQUE, PRIMARY KEY,
       EXCLUDE, and
@@ -652,7 +652,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
       statement. This is the default.  If the constraint is
       INITIALLY DEFERRED, it is checked only at the
       end of the transaction.  The constraint check time can be
-      altered with the  endterm="sql-set-constraints-title"> command.
+      altered with the  command.
      
     
    
@@ -690,7 +690,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
 
      
       To remove OIDs from a table after it has been created, use 
-      linkend="sql-altertable" endterm="sql-altertable-title">.
+      linkend="sql-altertable">.
      
     
    
@@ -733,7 +733,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
          
           All rows in the temporary table will be deleted at the end
           of each transaction block.  Essentially, an automatic 
-          linkend="sql-truncate" endterm="sql-truncate-title"> is done
+          linkend="sql-truncate"> is done
           at each commit.
          
         
@@ -794,8 +794,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
     for tables, and for indexes associated with a UNIQUE,
     PRIMARY KEY, or EXCLUDE constraint.
     Storage parameters for
-    indexes are documented in 
-    endterm="sql-createindex-title">.  The storage parameters currently
+    indexes are documented in .  The storage parameters currently
     available for tables are listed below.  For each parameter, unless noted,
     there is an additional, identically named parameter, prefixed with
     toast. which can be used to control the behavior of the
@@ -978,7 +977,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
      index for each unique constraint and primary key constraint to
      enforce uniqueness.  Thus, it is not necessary to create an
      index explicitly for primary key columns.  (See 
-     linkend="sql-createindex" endterm="sql-createindex-title"> for more information.)
+     linkend="sql-createindex"> for more information.)
     
 
     
@@ -1380,10 +1379,10 @@ CREATE TABLE employees OF employee_type (
   See Also
 
   
-    endterm="sql-altertable-title">
-    endterm="sql-droptable-title">
-    endterm="sql-createtablespace-title">
-    endterm="sql-createtype-title">
+   
+   
+   
+   
   
  
 
index b31a25704f8d11092b24353b4a6f5cc486c429c2..1b597225865c129f1bf15d10120ecc8b1b929041 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtableas-title">CREATE TABLE AS
+  CREATE TABLE AS
   7
   SQL - Language Statements
  
@@ -63,7 +63,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
     
      
       Ignored for compatibility. Refer to 
-      linkend="sql-createtable" endterm="sql-createtable-title"> for
+      linkend="sql-createtable"> for
       details.
      
     
@@ -76,7 +76,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
     
      
       If specified, the table is created as a temporary table.
-      Refer to  endterm="sql-createtable-title"> for details.
+      Refer to  for details.
      
     
    
@@ -115,8 +115,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
       to specify that rows of the new table
       should have OIDs (object identifiers) assigned to them, or
       OIDS=FALSE to specify that the rows should not have OIDs.
-      See 
-      endterm="sql-createtable-title"> for more information.
+      See  for more information.
      
     
    
@@ -159,7 +158,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
          
           All rows in the temporary table will be deleted at the end
           of each transaction block.  Essentially, an automatic 
-          linkend="sql-truncate" endterm="sql-truncate-title"> is done
+          linkend="sql-truncate"> is done
           at each commit.
          
         
@@ -197,10 +196,10 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
     
      
       A 
-      endterm="sql-select-title">, TABLE,
+     >, TABLE,
       or
-       endterm="sql-values-title"> command,
-      or an  endterm="sql-execute-title"> command
+       command,
+      or an  command
       that runs a prepared SELECT, TABLE, or VALUES query.
      
     
@@ -225,7 +224,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name
 
   
    This command is functionally similar to 
-   linkend="sql-selectinto" endterm="sql-selectinto-title">, but it is
+   linkend="sql-selectinto">, but it is
    preferred since it is less likely to be confused with other uses of
    the SELECT INTO syntax. Furthermore, CREATE
    TABLE AS offers a superset of the functionality offered
@@ -313,7 +312,7 @@ CREATE TEMP TABLE films_recent WITH (OIDS) ON COMMIT DROP AS
      
       PostgreSQL handles temporary tables in a way
       rather different from the standard; see
-       endterm="sql-createtable-title">
+      
       for details.
      
     
@@ -340,11 +339,11 @@ CREATE TEMP TABLE films_recent WITH (OIDS) ON COMMIT DROP AS
   See Also
 
   
-    endterm="sql-createtable-title">
-    endterm="sql-execute-title">
-    endterm="sql-select-title">
-    endterm="sql-selectinto-title">
-    endterm="sql-values-title">
+   
+   
+   
+   
+   
   
  
  
index 4e1ae9571c3b1235e1c9ce2f58740408898a13bf..8b212361fb85f3aebb7b4b79b9fa0fd1488f4b97 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtablespace-title">CREATE TABLESPACE
+  CREATE TABLESPACE
   7
   SQL - Language Statements
  
@@ -135,11 +135,11 @@ CREATE TABLESPACE indexspace OWNER genevieve LOCATION '/data/indexes';
   See Also
 
   
-    endterm="sql-createdatabase-title">
-    endterm="sql-createtable-title">
-    endterm="sql-createindex-title">
-    endterm="sql-droptablespace-title">
-    endterm="sql-altertablespace-title">
+   
+   
+   
+   
+   
   
  
 
index 78f5977999b54686fe0fb3afe77c3bf97d96f6bd..6ec2766fa496fff9a69be95c7224207839c9b5f8 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-CREATETRIGGER-TITLE">CREATE TRIGGER
+  CREATE TRIGGER
   7
   SQL - Language Statements
  
@@ -233,8 +233,7 @@ UPDATE OF column_name1 [, column_name2
   
 
   
-   Use 
-   endterm="sql-droptrigger-title"> to remove a trigger.
+   Use  to remove a trigger.
   
 
   
@@ -406,9 +405,9 @@ CREATE TRIGGER log_update
   See Also
 
   
-    endterm="sql-createfunction-title">
-    endterm="sql-altertrigger-title">
-    endterm="sql-droptrigger-title">
+   
+   
+   
   
  
 
index b8c2b723be985e4ac3c0a547e992f5f0079cea4a..64d6eedc990cbbb7c4546a2afe48130628522b94 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtsconfig-title">CREATE TEXT SEARCH CONFIGURATION
+  CREATE TEXT SEARCH CONFIGURATION
   7
   SQL - Language Statements
  
@@ -119,8 +119,8 @@ CREATE TEXT SEARCH CONFIGURATION name
   See Also
 
   
-    endterm="sql-altertsconfig-title">
-    endterm="sql-droptsconfig-title">
+   
+   
   
  
 
index a75904debf62023436425b3b76d2433382173496..5da02490ddb5fd41d6dc8991f3c4e0723be40fdb 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtsdictionary-title">CREATE TEXT SEARCH DICTIONARY
+  CREATE TEXT SEARCH DICTIONARY
   7
   SQL - Language Statements
  
@@ -134,8 +134,8 @@ CREATE TEXT SEARCH DICTIONARY my_russian (
   See Also
 
   
-    endterm="sql-altertsdictionary-title">
-    endterm="sql-droptsdictionary-title">
+   
+   
   
  
 
index 46a1919e7d07bcd1b9014ea9d0caf067f981251e..c04b636993fde0ff7cbeadac95f1e3efe8af3318 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtsparser-title">CREATE TEXT SEARCH PARSER
+  CREATE TEXT SEARCH PARSER
   7
   SQL - Language Statements
  
@@ -146,8 +146,8 @@ CREATE TEXT SEARCH PARSER name (
   See Also
 
   
-    endterm="sql-altertsparser-title">
-    endterm="sql-droptsparser-title">
+   
+   
   
  
 
index 281e25468e439df7c4b00fa4f12d0f77161f6484..84b61c8a8744d76d6270f61c0d1778fd32e13a8a 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtstemplate-title">CREATE TEXT SEARCH TEMPLATE
+  CREATE TEXT SEARCH TEMPLATE
   7
   SQL - Language Statements
  
@@ -119,8 +119,8 @@ CREATE TEXT SEARCH TEMPLATE name (
   See Also
 
   
-    endterm="sql-altertstemplate-title">
-    endterm="sql-droptstemplate-title">
+   
+   
   
  
 
index c2a77ac88d37928ce07de0febebad25f81555f51..319410e31cbb5a49719089f80fe9c38215d53734 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createtype-title">CREATE TYPE
+  CREATE TYPE
   7
   SQL - Language Statements
  
@@ -779,10 +779,10 @@ CREATE TABLE big_objs (
   See Also
 
   
-    endterm="sql-createfunction-title">
-    endterm="sql-droptype-title">
-    endterm="sql-altertype-title">
-    endterm="sql-createdomain-title">
+   
+   
+   
+   
   
  
 
index 5b155823ff886224626649adaa734ca7a94231a3..a54ece612b0bbd0c7c4e442f4838a03ef000c89c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createuser-title">CREATE USER
+  CREATE USER
   7
   SQL - Language Statements
  
@@ -48,7 +48,7 @@ CREATE USER name [ [ WITH ] 
 
   
    CREATE USER is now an alias for
-    endterm="sql-createrole-title">.
+   .
    The only difference is that when the command is spelled
    CREATE USERLOGIN is assumed
    by default, whereas NOLOGIN is assumed when
@@ -71,7 +71,7 @@ CREATE USER name [ [ WITH ] 
   See Also
 
   
-    endterm="sql-createrole-title">
+   
   
  
 
index f1113907f4d03f57b5779327a77379c2c0d98b86..471a19f1c581b92015046eeec3cf9a0b357b5751 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-createusermapping-title">CREATE USER MAPPING
+  CREATE USER MAPPING
   7
   SQL - Language Statements
  
@@ -111,10 +111,10 @@ CREATE USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'secret');
   See Also
 
   
-    endterm="sql-alterusermapping-title">
-    endterm="sql-dropusermapping-title">
-    endterm="sql-createforeigndatawrapper-title">
-    endterm="sql-createserver-title">
+   
+   
+   
+   
   
  
 
index f65e06c84c989e4d00ac86b1344854415c60316d..d80daa9807b2d92abddb0df894a82af0eab6641c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-CREATEVIEW-TITLE">CREATE VIEW
+  CREATE VIEW
   7
   SQL - Language Statements
  
@@ -102,8 +102,8 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW n
     query
     
      
-      A  endterm="sql-select-title"> or
-       endterm="sql-values-title"> command
+      A  or
+       command
       which will provide the columns and rows of the view.
      
     
@@ -119,11 +119,11 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW n
     update, or delete on a view.  You can get the effect of an updatable
     view by creating rules that rewrite inserts, etc. on the view into
     appropriate actions on other tables.  For more information see
-     endterm="sql-createrule-title">.
+    .
    
 
    
-    Use the  endterm="sql-dropview-title">
+    Use the 
     statement to drop views.
    
 
@@ -237,8 +237,8 @@ CREATE VIEW name [ ( 
   See Also
 
   
-    endterm="sql-alterview-title">
-    endterm="sql-dropview-title">
+   
+   
   
  
 
index 1e7ecf4de85c6170ef31ee666c06896a0c1022f9..3f4ee6487ad4c22f8365ce065f07b8306b017f7f 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-CREATEDB-TITLE">createdb
+  createdb
   1
   Application
  
@@ -48,8 +48,7 @@ PostgreSQL documentation
 
   
    createdb is a wrapper around the
-   SQL command 
-   endterm="SQL-CREATEDATABASE-title">.
+   SQL command .
    There is no effective difference between creating databases via
    this utility and via other methods for accessing the server.
   
@@ -197,8 +196,7 @@ PostgreSQL documentation
     The options 
     , and
      correspond to options of the underlying
-    SQL command 
-    endterm="SQL-CREATEDATABASE-title">; see there for more information
+    SQL command ; see there for more information
     about them.
    
 
@@ -323,8 +321,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-createdatabase-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -364,7 +362,7 @@ PostgreSQL documentation
 
   
    
-    endterm="sql-createdatabase-title">
+   
   
  
 
index 30bd52868096213ba7c2ef5b356d68c3a6cc0a49..eef50e2e465d4cd298d5c5e47177c9108028d08b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-CREATELANG-TITLE">createlang
+  createlang
   1
   Application
  
@@ -41,7 +41,7 @@ PostgreSQL documentation
    createlang is a utility for adding a new 
    programming language to a PostgreSQL database.
    createlang is just a wrapper around the
-    endterm="sql-createlanguage-title">
+   
    command.
   
  
@@ -271,7 +271,7 @@ PostgreSQL documentation
 
   
    
-    endterm="sql-createlanguage-title">
+   
   
  
 
index 41e0bafd88bb7a51dd6d6de8a4adf8efea8d0bb2..043b490f5d39e0c9e153c046cae440699259c3c1 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-CREATEUSER-TITLE">createuser
+  createuser
   1
   Application
  
@@ -49,8 +49,7 @@ PostgreSQL documentation
 
   
    createuser is a wrapper around the
-   SQL command 
-   endterm="SQL-CREATEROLE-title">.
+   SQL command .
    There is no effective difference between creating users via
    this utility and via other methods for accessing the server.
   
@@ -384,8 +383,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-createrole-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -445,7 +444,7 @@ PostgreSQL documentation
 
   
    
-    endterm="sql-createrole-title">
+   
   
  
 
index e981eb0efcaf51570a1d03f47cb2be34bdf3515c..f6b46d936f8da829d80f77db97ed7bb138f1e07c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-deallocate-title">DEALLOCATE
+  DEALLOCATE
   7
   SQL - Language Statements
  
@@ -41,7 +41,7 @@ DEALLOCATE [ PREPARE ] { name | ALL
 
   
    For more information on prepared statements, see 
-   linkend="sql-prepare" endterm="sql-prepare-title">.
+   linkend="sql-prepare">.
   
  
 
@@ -91,8 +91,8 @@ DEALLOCATE [ PREPARE ] { name | ALL
   See Also
 
   
-    endterm="sql-execute-title">
-    endterm="sql-prepare-title">
+   
+   
   
  
 
index e93b4cf594df485a9ebaf6650919088705cf5f4f..8ad39280eeda3ef8fee101bccc8062f35cf7bc73 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DECLARE-TITLE">DECLARE
+  DECLARE
   7
   SQL - Language Statements
  
@@ -39,7 +39,7 @@ DECLARE name [ BINARY ] [ INSENSITI
    can be used to retrieve
    a small number of rows at a time out of a larger query.
    After the cursor is created, rows are fetched from it using
-    endterm="sql-fetch-title">.
+   .
   
 
   
@@ -126,8 +126,8 @@ DECLARE name [ BINARY ] [ INSENSITI
     query
     
      
-      A  endterm="sql-select-title"> or
-       endterm="sql-values-title"> command
+      A  or
+       command
       which will provide the rows to be returned by the cursor.
      
     
@@ -185,9 +185,9 @@ DECLARE name [ BINARY ] [ INSENSITI
     PostgreSQL reports an error if such a
     command is used outside a transaction block.
     Use
-     endterm="sql-begin-title"> and
-     endterm="sql-commit-title">
-    (or  endterm="sql-rollback-title">)
+     and
+    
+    (or )
     to define a transaction block.
    
 
@@ -246,7 +246,7 @@ DECLARE name [ BINARY ] [ INSENSITI
     If the cursor's query includes FOR UPDATE or FOR
     SHARE, then returned rows are locked at the time they are first
     fetched, in the same way as for a regular
-     endterm="sql-select-title"> command with
+     command with
     these options.
     In addition, the returned rows will be the most up-to-date versions;
     therefore these options provide the equivalent of what the SQL standard
@@ -311,7 +311,7 @@ DECLARE name [ BINARY ] [ INSENSITI
 
 DECLARE liahona CURSOR FOR SELECT * FROM films;
 
-   See  endterm="sql-fetch-title"> for more
+   See  for more
    examples of cursor usage.
   
  
@@ -343,9 +343,9 @@ DECLARE liahona CURSOR FOR SELECT * FROM films;
   See Also
 
   
-    endterm="sql-close-title">
-    endterm="sql-fetch-title">
-    endterm="sql-move-title">
+   
+   
+   
   
  
 
index 6b175b943bbf15226d0c612f8eec202277955607..84bf6bd23f94cdb0614936963625e326d65cf7f5 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DELETE-TITLE">DELETE
+  DELETE
   7
   SQL - Language Statements
  
@@ -40,7 +40,7 @@ DELETE FROM [ ONLY ] table [ [ AS ]
 
    
     
-      endterm="sql-truncate-title"> is a
+      is a
      PostgreSQL extension that provides a
      faster mechanism to remove all rows from a table.
     
@@ -152,7 +152,7 @@ DELETE FROM [ ONLY ] table [ [ AS ]
       query on the DELETE's target table.
       Note that WHERE CURRENT OF cannot be
       specified together with a Boolean condition.  See
-       endterm="sql-declare-title">
+      
       for more information about using cursors with
       WHERE CURRENT OF.
      
index 695cc78902b84639e03bd936ee791d40bbc05096..d3436a303b3b424f40c5f388d602c4c1169edfd7 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DISCARD-TITLE">DISCARD
+  DISCARD
   7
   SQL - Language Statements
  
index 05678c4e8e73ff17d144d51366b748a1838db7b8..8b77d13a81c466e121a117d0aac4a9839a01c98a 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-do-title">DO
+  DO
   7
   SQL - Language Statements
  
@@ -122,7 +122,7 @@ END$$;
   See Also
 
   
-    endterm="sql-createlanguage-title">
+   
   
  
 
index cefa3cec8b281b1e7adb5e52d7147537d73dfb22..406050e142da57a5358f61ce4d18653f6e000296 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPAGGREGATE-TITLE">DROP AGGREGATE
+  DROP AGGREGATE
   7
   SQL - Language Statements
  
@@ -116,8 +116,8 @@ DROP AGGREGATE myavg(integer);
   See Also
 
   
-    endterm="sql-alteraggregate-title">
-    endterm="sql-createaggregate-title">
+   
+   
   
  
 
index cc99fe850c7d8a7a127f9905142a46b75b7b875c..fde6dc3b03415e6ba550399ac9a87f3a3bc6b692 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="SQL-DROPCAST-TITLE">DROP CAST
+  DROP CAST
   7
   SQL - Language Statements
  
@@ -108,7 +108,7 @@ DROP CAST (text AS int);
   See Also
 
   
-    endterm="sql-createcast-title">
+   
   
  
 
index aa8adfeeed1cd6f01cf382a60d0ee01938cafc89..b80de52f0ac055f26c7470a26b8ec2405e8dad5f 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="SQL-DROPCONVERSION-TITLE">DROP CONVERSION
+  DROP CONVERSION
   7
   SQL - Language Statements
  
@@ -94,8 +94,8 @@ DROP CONVERSION myname;
   See Also
 
   
-    endterm="sql-alterconversion-title">
-    endterm="sql-createconversion-title">
+   
+   
   
  
 
index 350f5c026ce99affd68fb50b9959a6749d6c513e..2deb6996cc3a0963ef8bc1f24ac67f2680853881 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPDATABASE-TITLE">DROP DATABASE
+  DROP DATABASE
   7
   SQL - Language Statements
  
@@ -78,7 +78,7 @@ DROP DATABASE [ IF EXISTS ] name
   
    This command cannot be executed while connected to the target
    database. Thus, it might be more convenient to use the program
-    endterm="app-dropdb-title"> instead,
+    instead,
    which is a wrapper around this command.
   
  
@@ -95,7 +95,7 @@ DROP DATABASE [ IF EXISTS ] name
   See Also
 
   
-    endterm="sql-createdatabase-title">
+   
   
  
 
index a03dc151120b21c5017bff82f4d44b34fc74c45d..b8e5189bbab3876c3be4118c2e94da1ceb31f1eb 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPDOMAIN-TITLE">DROP DOMAIN
+  DROP DOMAIN
   7
   SQL - Language Statements
  
@@ -105,8 +105,8 @@ DROP DOMAIN box;
   See Also
 
   
-    endterm="sql-createdomain-title">
-    endterm="sql-alterdomain-title">
+   
+   
   
  
 
index 77da6d396251c0d6b1e1e3b320a6d60b132af469..f3e8334316b13f248fad375944990f8b3f7e58cc 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-dropforeigndatawrapper-title">DROP FOREIGN DATA WRAPPER
+  DROP FOREIGN DATA WRAPPER
   7
   SQL - Language Statements
  
@@ -105,8 +105,8 @@ DROP FOREIGN DATA WRAPPER dbi;
   See Also
 
   
-    endterm="sql-createforeigndatawrapper-title">
-    endterm="sql-alterforeigndatawrapper-title">
+   
+   
   
  
 
index b68858a2a1bd362d96ef62b3184b1099c9a1658a..78fe3f7d782e1ce273fa91aa4c41a39ea4d2ed7c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPFUNCTION-TITLE">DROP FUNCTION
+  DROP FUNCTION
   7
   SQL - Language Statements
  
@@ -149,8 +149,8 @@ DROP FUNCTION sqrt(integer);
   See Also
 
   
-    endterm="sql-createfunction-title">
-    endterm="sql-alterfunction-title">
+   
+   
   
  
 
index e660eea98179419fa1a882b5abcd8cc45de7f3fa..8899a942970080e06f2d630fc3b3c4bba13e1f80 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPGROUP-TITLE">DROP GROUP
+  DROP GROUP
   7
   SQL - Language Statements
  
@@ -30,7 +30,7 @@ DROP GROUP [ IF EXISTS ] name [, ..
 
   
    DROP GROUP is now an alias for
-    endterm="sql-droprole-title">.
+   .
   
  
 
@@ -46,7 +46,7 @@ DROP GROUP [ IF EXISTS ] name [, ..
   See Also
 
   
-    endterm="sql-droprole-title">
+   
   
  
 
index e7b9787793faf544f92671a3efa00bd17edc82ff..3e831d3c9bab2ee95224562be69d8cadb20fc18e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPINDEX-TITLE">DROP INDEX
+  DROP INDEX
   7
   SQL - Language Statements
  
@@ -105,7 +105,7 @@ DROP INDEX title_idx;
   See Also
 
   
-    endterm="sql-createindex-title">
+   
   
  
 
index 8b5cd4a4772a366c6154862e6fcdb56936464ecf..5564e00972a3bd525acd47851bc64656d9b0b001 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPLANGUAGE-TITLE">DROP LANGUAGE
+  DROP LANGUAGE
   7
   SQL - Language Statements
  
@@ -108,8 +108,8 @@ DROP LANGUAGE plsample;
   See Also
 
   
-    endterm="sql-alterlanguage-title">
-    endterm="sql-createlanguage-title">
+   
+   
    
   
  
index efceb7c5cc1d328a365a08284212a715d205dbd5..f1c89cd698a9dd433b40cf235f068a7354be5907 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPOPCLASS-TITLE">DROP OPERATOR CLASS
+  DROP OPERATOR CLASS
   7
   SQL - Language Statements
  
@@ -138,9 +138,9 @@ DROP OPERATOR CLASS widget_ops USING btree;
   See Also
 
   
-    endterm="sql-alteropclass-title">
-    endterm="sql-createopclass-title">
-    endterm="sql-dropopfamily-title">
+   
+   
+   
   
  
 
index 8007d8820d838bae58fcac7dfc50edc3df030ae7..0b82cf442b34fcdffebd98a57ae91ed1b9a2bd80 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPOPERATOR-TITLE">DROP OPERATOR
+  DROP OPERATOR
   7
   SQL - Language Statements
  
@@ -139,8 +139,8 @@ DROP OPERATOR ! (bigint, none);
   See Also
 
   
-    endterm="sql-createoperator-title">
-    endterm="sql-alteroperator-title">
+   
+   
   
  
 
index 4ba7a9773c92fdd0ec3d8d9bd1a82291953a5857..5f377b2af2c09b627176315e6db2f8615aca1e1b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPOPFAMILY-TITLE">DROP OPERATOR FAMILY
+  DROP OPERATOR FAMILY
   7
   SQL - Language Statements
  
@@ -125,11 +125,11 @@ DROP OPERATOR FAMILY float_ops USING btree;
   See Also
 
   
-    endterm="sql-alteropfamily-title">
-    endterm="sql-createopfamily-title">
-    endterm="sql-alteropclass-title">
-    endterm="sql-createopclass-title">
-    endterm="sql-dropopclass-title">
+   
+   
+   
+   
+   
   
  
 
index ced8876b0fc5db18456b5f8b97545632ae405f69..4d7355925a86aac19fdd52f8a58af14adf201217 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROP-OWNED-TITLE">DROP OWNED
+  DROP OWNED
   7
   SQL - Language Statements
  
@@ -87,8 +87,7 @@ DROP OWNED BY name [, ...] [ CASCAD
   
 
   
-   The 
-   endterm="sql-reassign-owned-title"> command is an alternative that
+   The  command is an alternative that
    reassigns the ownership of all the database objects owned by one or
    more roles.
   
@@ -111,8 +110,8 @@ DROP OWNED BY name [, ...] [ CASCAD
   See Also
 
   
-    endterm="sql-reassign-owned-title">
-    endterm="sql-droprole-title">
+   
+   
   
  
 
index d7a5692a732be9ce9018c91d9d7755da919bba27..ffe37b317efba8bbb00e2b011163e626554ec7e5 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPROLE-TITLE">DROP ROLE
+  DROP ROLE
   7
   SQL - Language Statements
  
@@ -40,8 +40,8 @@ DROP ROLE [ IF EXISTS ] name [, ...
    of the cluster; an error will be raised if so.  Before dropping the role,
    you must drop all the objects it owns (or reassign their ownership)
    and revoke any privileges the role has been granted. The 
-   linkend="sql-reassign-owned" endterm="sql-reassign-owned-title">
-   and  endterm="sql-drop-owned-title">
+   linkend="sql-reassign-owned">
+   and 
    commands can be useful for this purpose.
   
 
@@ -83,7 +83,7 @@ DROP ROLE [ IF EXISTS ] name [, ...
 
   
    PostgreSQL includes a program 
-   linkend="APP-DROPUSER" endterm="APP-DROPUSER-title"> that has the
+   linkend="APP-DROPUSER"> that has the
    same functionality as this command (in fact, it calls this command)
    but can be run from the command shell.
   
@@ -114,9 +114,9 @@ DROP ROLE jonathan;
   See Also
 
   
-    endterm="sql-createrole-title">
-    endterm="sql-alterrole-title">
-    endterm="sql-set-role-title">
+   
+   
+   
   
  
 
index a902e86636104c6584c23f8c41491c1d348d8387..7a2bb346647ad187acdd2dfc18586fc177576753 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPRULE-TITLE">DROP RULE
+  DROP RULE
   7
   SQL - Language Statements
  
@@ -112,7 +112,7 @@ DROP RULE newrule ON mytable;
   See Also
 
   
-    endterm="sql-createrule-title">
+   
   
  
 
index e5edf5565227ab9f6a6c51c85b7d8fcb7fd71a2d..ac108014777748cfd8189f203ba65d6a90279386 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPSCHEMA-TITLE">DROP SCHEMA
+  DROP SCHEMA
   7
   SQL - Language Statements
  
@@ -113,8 +113,8 @@ DROP SCHEMA mystuff CASCADE;
   See Also
 
   
-    endterm="sql-alterschema-title">
-    endterm="sql-createschema-title">
+   
+   
   
  
 
index aca302e293158ed56bd7a4f5d0a92375301ec81e..d6011bd4e7650af957b28c940b643ac9c3a9b482 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPSEQUENCE-TITLE">DROP SEQUENCE
+  DROP SEQUENCE
   7
   SQL - Language Statements
  
@@ -106,8 +106,8 @@ DROP SEQUENCE serial;
   See Also
 
   
-    endterm="sql-createsequence-title">
-    endterm="sql-altersequence-title">
+   
+   
   
  
 
index 2e79391b11b69f66a985ca74d168df83f112c1d5..d6a939dccf5532aae211c06082286075aab000b2 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-dropserver-title">DROP SERVER
+  DROP SERVER
   7
   SQL - Language Statements
  
@@ -105,8 +105,8 @@ DROP SERVER IF EXISTS foo;
   See Also
 
   
-    endterm="sql-createserver-title">
-    endterm="sql-alterserver-title">
+   
+   
   
  
 
index aead8cd78a711d7b56514b998c305b84e990cdb8..d75868bdcf156269953532d02ac3a87b818c5d1a 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTABLE-TITLE">DROP TABLE
+  DROP TABLE
   7
   SQL - Language Statements
  
@@ -31,9 +31,8 @@ DROP TABLE [ IF EXISTS ] name [, ..
   
    DROP TABLE removes tables from the database.
    Only its owner can drop a table.  To empty a table of rows
-   without destroying the table, use 
-   endterm="sql-delete-title"> or 
-   endterm="sql-truncate-title">.
+   without destroying the table, use 
+   or .
   
 
   
@@ -120,8 +119,8 @@ DROP TABLE films, distributors;
   See Also
 
   
-    endterm="sql-altertable-title">
-    endterm="sql-createtable-title">
+   
+   
   
  
 
index 0d0f2ea981fca4893451798ab025956dd543226a..505894506d882542582e77e7fcedc72f5a00193e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTABLESPACE-TITLE">DROP TABLESPACE
+  DROP TABLESPACE
   7
   SQL - Language Statements
  
@@ -103,8 +103,8 @@ DROP TABLESPACE mystuff;
   See Also
 
   
-    endterm="sql-createtablespace-title">
-    endterm="sql-altertablespace-title">
+   
+   
   
  
 
index 081e74bf2fd64c6a5caba6cdaafa6c95d13b52da..692c49ace499d371e596c82f6a53595d7567b843 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTRIGGER-TITLE">DROP TRIGGER
+  DROP TRIGGER
   7
   SQL - Language Statements
  
@@ -119,7 +119,7 @@ DROP TRIGGER if_dist_exists ON films;
   See Also
 
   
-    endterm="sql-createtrigger-title">
+   
   
  
 
index e96cecf2f4a746752da43cdf6417889a457e7e72..087698c7603aea45da67adaf3208a54373ed8090 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTSCONFIG-TITLE">DROP TEXT SEARCH CONFIGURATION
+  DROP TEXT SEARCH CONFIGURATION
   7
   SQL - Language Statements
  
@@ -111,8 +111,8 @@ DROP TEXT SEARCH CONFIGURATION my_english;
   See Also
 
   
-    endterm="sql-altertsconfig-title">
-    endterm="sql-createtsconfig-title">
+   
+   
   
  
 
index c3c8bf40e82d2807dcbfa0300b83d5513d764b19..9f8a54e3e3c639bee3cd2f461ebec3c2e2088717 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTSDICTIONARY-TITLE">DROP TEXT SEARCH DICTIONARY
+  DROP TEXT SEARCH DICTIONARY
   7
   SQL - Language Statements
  
@@ -110,8 +110,8 @@ DROP TEXT SEARCH DICTIONARY english;
   See Also
 
   
-    endterm="sql-altertsdictionary-title">
-    endterm="sql-createtsdictionary-title">
+   
+   
   
  
 
index 2936d678dd1f286df993bffa5aef4d4a6ccab964..5384a103d56698ee7d255e43e2dca5c9ac0a4605 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTSPARSER-TITLE">DROP TEXT SEARCH PARSER
+  DROP TEXT SEARCH PARSER
   7
   SQL - Language Statements
  
@@ -108,8 +108,8 @@ DROP TEXT SEARCH PARSER my_parser;
   See Also
 
   
-    endterm="sql-altertsparser-title">
-    endterm="sql-createtsparser-title">
+   
+   
   
  
 
index 48b19a6849b3e72dcef68db4b0a7ae61de52047c..f0876a72c925c945ab69600fcf75ca149709df61 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTSTEMPLATE-TITLE">DROP TEXT SEARCH TEMPLATE
+  DROP TEXT SEARCH TEMPLATE
   7
   SQL - Language Statements
  
@@ -109,8 +109,8 @@ DROP TEXT SEARCH TEMPLATE thesaurus;
   See Also
 
   
-    endterm="sql-altertstemplate-title">
-    endterm="sql-createtstemplate-title">
+   
+   
   
  
 
index ea26507423bdcc16bedec81b4d34952c89b12a0b..5b320360c1440c63c95cfbbb231d8a9412294939 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPTYPE-TITLE">DROP TYPE
+  DROP TYPE
   7
   SQL - Language Statements
  
@@ -107,8 +107,8 @@ DROP TYPE box;
   See Also
 
   
-    endterm="sql-createtype-title">
-    endterm="sql-altertype-title">
+   
+   
   
  
 
index e523a48a208dc6b7164ef937a09010fa3fb4d0e2..bcd410a4b07d4e5d320d33041693bbc94b953599 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPUSER-TITLE">DROP USER
+  DROP USER
   7
   SQL - Language Statements
  
@@ -30,7 +30,7 @@ DROP USER [ IF EXISTS ] name [, ...
 
   
    DROP USER is now an alias for
-    endterm="sql-droprole-title">.
+   .
   
  
 
@@ -48,7 +48,7 @@ DROP USER [ IF EXISTS ] name [, ...
   See Also
 
   
-    endterm="sql-droprole-title">
+   
   
  
 
index 8e8ed1d10353d737e279b3395b14f5b5e5d329f4..41dbd7b49d5a13f532d9b9ef72cd35e24e0f9ba4 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-dropusermapping-title">DROP USER MAPPING
+  DROP USER MAPPING
   7
   SQL - Language Statements
  
@@ -103,8 +103,8 @@ DROP USER MAPPING IF EXISTS FOR bob SERVER foo;
   See Also
 
   
-    endterm="sql-createusermapping-title">
-    endterm="sql-alterusermapping-title">
+   
+   
   
  
 
index ac03f059b52766f41791a511fd3f997001c2f0bb..9718ee5d9cfcf60f41199715c7408525e5087a12 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-DROPVIEW-TITLE">DROP VIEW
+  DROP VIEW
   7
   SQL - Language Statements
  
@@ -105,8 +105,8 @@ DROP VIEW kinds;
   See Also
 
   
-    endterm="sql-alterview-title">
-    endterm="sql-createview-title">
+   
+   
   
  
 
index 76e0190238f60190a8531ccc3c2ba797e8dd86e8..40b0864338b81e5e315acb532f1aff8d3ac6150b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-DROPDB-TITLE">dropdb
+  dropdb
   1
   Application
  
@@ -41,8 +41,7 @@ PostgreSQL documentation
 
   
    dropdb is a wrapper around the
-   SQL command 
-   endterm="SQL-DROPDATABASE-title">.
+   SQL command .
    There is no effective difference between dropping databases via
    this utility and via other methods for accessing the server.
   
@@ -222,8 +221,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-dropdatabase-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -264,7 +263,7 @@ Are you sure? (y/n) y
 
   
    
-    endterm="sql-dropdatabase-title">
+   
   
  
 
index 6dd5847b86ee3106ce6c80603b3d93ce57aa2950..f455b5643198c2310e5e4b9477c9ee219f69cc17 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-DROPLANG-TITLE">droplang
+  droplang
   1
   Application
  
@@ -50,7 +50,7 @@ PostgreSQL documentation
    several SQL commands, it is recommended to use
    droplang because it performs a number
    of checks and is much easier to use. See
-    endterm="sql-droplanguage-title">
+   
    for more.
   
  
@@ -275,7 +275,7 @@ PostgreSQL documentation
 
   
    
-    endterm="sql-droplanguage-title">
+   
   
  
 
index 31a6f0009c148d834bedeb7f733c11cd38415765..4dc5e43b7d685b89e90185163bf19d7c3bf5a260 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-DROPUSER-TITLE">dropuser
+  dropuser
   1
   Application
  
@@ -42,8 +42,7 @@ PostgreSQL documentation
 
   
    dropuser is a wrapper around the
-   SQL command 
-   endterm="SQL-DROPROLE-title">.
+   SQL command .
    There is no effective difference between dropping users via
    this utility and via other methods for accessing the server.
   
@@ -223,8 +222,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-droprole-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -265,7 +264,7 @@ Are you sure? (y/n) y
 
   
    
-    endterm="sql-droprole-title">
+   
   
  
 
index a436fb47c550f6d844e541402b55f6681c0a20e6..267f9b9f0cecfb04ddd42da5ec5dd582e69e27ab 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-END-TITLE">END
+  END
   7
   SQL - Language Statements
  
@@ -33,8 +33,7 @@ END [ WORK | TRANSACTION ]
    made by the transaction become visible to others and are guaranteed
    to be durable if a crash occurs.  This command is a
    PostgreSQL extension
-   that is equivalent to 
-   endterm="sql-commit-title">.
+   that is equivalent to .
   
  
   
@@ -58,7 +57,7 @@ END [ WORK | TRANSACTION ]
   Notes
 
   
-   Use  endterm="SQL-ROLLBACK-TITLE"> to
+   Use  to
    abort a transaction.
   
 
@@ -85,7 +84,7 @@ END;
   
    END is a PostgreSQL
    extension that provides functionality equivalent to 
-   linkend="sql-commit" endterm="sql-commit-title">, which is
+   linkend="sql-commit">, which is
    specified in the SQL standard.
   
  
@@ -94,9 +93,9 @@ END;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-rollback-title">
+   
+   
+   
   
  
 
index 640763a7435d865168beb8a1d577c84032afc843..8d8989c9ca9cd443932b1daa8bc324eca3634c36 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-execute-title">EXECUTE
+  EXECUTE
   7
   SQL - Language Statements
  
@@ -52,7 +52,7 @@ EXECUTE name [ ( 
 
   
    For more information on the creation and usage of prepared statements,
-   see  endterm="sql-prepare-title">.
+   see .
   
  
 
@@ -96,7 +96,7 @@ EXECUTE name [ ( 
   
     Examples are given in the 
     endterm="sql-prepare-examples-title"> section of the 
-    linkend="sql-prepare" endterm="sql-prepare-title"> documentation.
+    linkend="sql-prepare"> documentation.
    
  
 
@@ -115,8 +115,8 @@ EXECUTE name [ ( 
   See Also
 
   
-    endterm="sql-deallocate-title">
-    endterm="sql-prepare-title">
+   
+   
   
  
 
index c28c5174000a4b8162d4f26e6e39679088db27a8..cf4aa8f7622de066537496857fae5e14aeba908f 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-EXPLAIN-TITLE">EXPLAIN
+  EXPLAIN
   7
   SQL - Language Statements
  
@@ -209,7 +209,7 @@ ROLLBACK;
   
    In order to allow the PostgreSQL query
    planner to make reasonably informed decisions when optimizing
-   queries, the  endterm="sql-analyze-title">
+   queries, the 
    statement should be run to record statistics about the distribution
    of data within the table. If you have not done this (or if the
    statistical distribution of the data in the table has changed
@@ -339,7 +339,7 @@ EXPLAIN ANALYZE EXECUTE query(100, 200);
   See Also
 
   
-    endterm="sql-analyze-title">
+   
   
  
 
index 13cdcff37f23d38eef720cd82b8da9a069310fd8..46a9d4de8ecd1ee078c663afa919b32555af70cc 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-FETCH-TITLE">FETCH
+  FETCH
   7
   SQL - Language Statements
  
@@ -337,9 +337,9 @@ FETCH count
   
 
   
-    endterm="sql-declare-title">
+   
    is used to define a cursor.  Use
-    endterm="sql-move-title">
+   
    to change cursor position without retrieving data.
   
  
@@ -413,9 +413,9 @@ COMMIT WORK;
   See Also
 
   
-    endterm="sql-close-title">
-    endterm="sql-declare-title">
-    endterm="sql-move-title">
+   
+   
+   
   
  
 
index 856005b02577b15e9e69ce1ccbcb57baa843515a..b0ac447700b9c022fae11147fe2ddd8b79ae2320 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-grant-title">GRANT
+  GRANT
   7
   SQL - Language Statements
  
@@ -152,7 +152,7 @@ GRANT role_name [, ...] TO 
    creates the object; then there is no window in which another user
    can use the object.)
    Also, these initial default privilege settings can be changed using the
-    endterm="sql-alterdefaultprivileges-title">
+   
    command.
   
 
@@ -164,14 +164,14 @@ GRANT role_name [, ...] TO 
      SELECT
      
       
-       Allows  endterm="sql-select-title"> from
+       Allows  from
        any column, or the specific columns listed, of the specified table,
        view, or sequence.
        Also allows the use of
-        endterm="sql-copy-title"> TO.
+        TO.
        This privilege is also needed to reference existing column values in
-        endterm="sql-update-title"> or
-        endterm="sql-delete-title">.
+        or
+       .
        For sequences, this privilege also allows the use of the
        currval function.
        For large objects, this privilege allows the object to be read.
@@ -183,11 +183,11 @@ GRANT role_name [, ...] TO 
      INSERT
      
       
-       Allows  endterm="sql-insert-title"> of a new
+       Allows  of a new
        row into the specified table.  If specific columns are listed,
        only those columns may be assigned to in the INSERT
        command (other columns will therefore receive default values).
-       Also allows  endterm="sql-copy-title"> FROM.
+       Also allows  FROM.
       
      
     
@@ -196,7 +196,7 @@ GRANT role_name [, ...] TO 
      UPDATE
      
       
-       Allows  endterm="sql-update-title"> of any
+       Allows  of any
        column, or the specific columns listed, of the specified table.
        (In practice, any nontrivial UPDATE command will require
        SELECT privilege as well, since it must reference table
@@ -218,7 +218,7 @@ GRANT role_name [, ...] TO 
      DELETE
      
       
-       Allows  endterm="sql-delete-title"> of a row
+       Allows  of a row
        from the specified table.
        (In practice, any nontrivial DELETE command will require
        SELECT privilege as well, since it must reference table
@@ -231,7 +231,7 @@ GRANT role_name [, ...] TO 
      TRUNCATE
      
       
-       Allows  endterm="sql-truncate-title"> on
+       Allows  on
        the specified table.
       
      
@@ -254,7 +254,7 @@ GRANT role_name [, ...] TO 
      
       
        Allows the creation of a trigger on the specified table.  (See the
-        endterm="sql-createtrigger-title"> statement.)
+        statement.)
       
      
     
@@ -396,7 +396,7 @@ GRANT role_name [, ...] TO 
   Notes
 
    
-    The  endterm="sql-revoke-title"> command is used
+    The  command is used
     to revoke access privileges.
    
 
@@ -628,8 +628,8 @@ GRANT admins TO joe;
   See Also
 
   
-    endterm="sql-revoke-title">
-    endterm="sql-alterdefaultprivileges-title">
+   
+   
   
  
 
index e9353da777ef396907ce510d8d12e0355080e56a..153eceb2939333b6f7a968c179fdc9a0936b6642 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-INITDB-TITLE">initdb
+  initdb
   1
   Application
  
index a2a52d8ba429c3d82f5d943cf5f76faa91c4c46d..a17577b0e553b485fa961b36105065cc2da49873 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-INSERT-TITLE">INSERT
+  INSERT
   7
   SQL - Language Statements
  
@@ -140,7 +140,7 @@ INSERT INTO table [ ( 
      
       A query (SELECT statement) that supplies the
       rows to be inserted.  Refer to the
-       endterm="sql-select-title">
+      
       statement for a description of the syntax.
      
     
@@ -296,7 +296,7 @@ INSERT INTO distributors (did, dname) VALUES (DEFAULT, 'XYZ Widgets')
   
    Possible limitations of the 
    class="PARAMETER">query clause are documented under
-    endterm="sql-select-title">.
+   .
   
  
 
index 57577c1f6aca31f2575e8a13a2fb536facd7203b..4f8b603bd29ae6493a1a3ce0bd1b3dff598deb46 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-LISTEN-TITLE">LISTEN
+  LISTEN
   7
   SQL - Language Statements
  
@@ -65,7 +65,7 @@ LISTEN channel
   
 
   
-    endterm="sql-notify-title">
+   
    contains a more extensive
    discussion of the use of LISTEN and
    NOTIFY.
@@ -130,8 +130,8 @@ Asynchronous notification "virtual" received from server process with PID 8448.
   See Also
 
   
-    endterm="sql-notify-title">
-    endterm="sql-unlisten-title">
+   
+   
   
  
 
index 64237b09f5ac0f224d72741ae80fc57d992448a3..ef74a0fbd4d57941471cb76f56f61fbcf9505f3e 100644 (file)
@@ -1,10 +1,10 @@
 
 
 
  
-   id="SQL-LOAD-TITLE">LOAD
+  LOAD
   7
   SQL - Language Statements
  
@@ -39,7 +39,7 @@ LOAD 'filename'
 
   
    The file name is specified in the same way as for shared library
-   names in  endterm="sql-createfunction-title">; in particular, one
+   names in ; in particular, one
    can rely on a search path and automatic addition of the system's standard
    shared library file name extension.  See  for
    more information on this topic.
@@ -73,7 +73,7 @@ LOAD 'filename'
   See Also
 
   
-    endterm="sql-createfunction-title">
+   
   
  
 
index 4df32bff4504943399a105cfa6b18e187b8dc72a..a61cb98c7a339990263a018c7d29aee031a30ef0 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-lock-title">LOCK
+  LOCK
   7
   SQL - Language Statements
  
@@ -168,9 +168,9 @@ LOCK [ TABLE ] [ ONLY ] name [, ...
     PostgreSQL reports an error if LOCK
     is used outside a transaction block.
     Use
-     endterm="sql-begin-title"> and
-     endterm="sql-commit-title">
-    (or  endterm="sql-rollback-title">)
+     and
+    
+    (or )
     to define a transaction block.
    
 
@@ -231,8 +231,7 @@ COMMIT WORK;
    There is no LOCK TABLE in the SQL standard,
    which instead uses SET TRANSACTION to specify
    concurrency levels on transactions.  PostgreSQL supports that too;
-   see 
-   endterm="SQL-SET-TRANSACTION-TITLE"> for details.
+   see  for details.
   
 
   
index beeb1349a19fe57a5df6aa24e856568eeb649d0d..09083d834bea2463578eecd42bc954b6b34b18ee 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-MOVE-TITLE">MOVE
+  MOVE
   7
   SQL - Language Statements
  
@@ -42,7 +42,7 @@ MOVE [ direction [ FROM | IN ] ] 
   
    The parameters for the MOVE command are identical to 
    those of the FETCH command; refer to
-    endterm="sql-fetch-title">
+   
    for details on syntax and usage.
   
  
@@ -98,9 +98,9 @@ COMMIT WORK;
   See Also
 
   
-    endterm="sql-close-title">
-    endterm="sql-declare-title">
-    endterm="sql-fetch-title">
+   
+   
+   
   
  
 
index dca5a1d1cbfe6af8e0dfe1077cb17158a9440073..33b491e1e7c1cb76eef324c294649444444cb7ec 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-notify-title">NOTIFY
+  NOTIFY
   7
   SQL - Language Statements
  
@@ -216,8 +216,8 @@ Asynchronous notification "foo" with payload "payload" received from server proc
   See Also
 
   
-    endterm="sql-listen-title">
-    endterm="sql-unlisten-title">
+   
+   
   
  
 
index 884ccea7afb11b8a10896179a05a55ff80999309..5c63942542e5d3c2b65ff4442dd40e6f36dceb1a 100644 (file)
@@ -1,8 +1,8 @@
-
+
 
 
  
-   id="app-pgconfig-title">pg_config
+  pg_config
   1
   Application
  
index fcf01873b38581f5f0229f45b6401d99c27853f8..79f74d70507baba86b2395e58b95ae177f3bcb6b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-PGCONTROLDATA-TITLE">pg_controldata
+  pg_controldata
   1
   Application
  
index a85d0ef02cb62e363c4909e1528c5c802b725076..e11e59a3fa1ebec3110d923eef2d0999a082979f 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="app-pg-ctl-title">pg_ctl
+  pg_ctl
   1
   Application
  
index ce4b9f49bf18ca46a1165f99ad7cad9705a9cfd5..95a37512ee1d4df28b39a798b464876926de176e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-PG-DUMPALL-TITLE">pg_dumpall
+  pg_dumpall
   1
   Application
  
index ab8c664a2b4676cdee260524c193e092cdcb47d2..ba7de65ff41a1b503f0f0922b0184922b6657e05 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-PGRESETXLOG-TITLE">pg_resetxlog
+  pg_resetxlog
   1
   Application
  
index 49a5278fb330d08573583982d48abd697597a2bb..43de7a09944a109f0535dc7be9af2ed3c571e096 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-POSTMASTER-TITLE">postmaster
+  postmaster
   1
   Application
  
index 3061da5e6d2be9d128480c0d936f81f9442a7a3c..4f961cde659c9bf943f5f1e0f37e6b7e60ed1f92 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-prepare-title">PREPARE
+  PREPARE
   7
   SQL - Language Statements
  
@@ -55,7 +55,7 @@ PREPARE name [ ( 
    in which the parameter is used (if possible). When executing the
    statement, specify the actual values for these parameters in the
    EXECUTE statement.  Refer to 
-   linkend="sql-execute" endterm="sql-execute-title"> for more
+   linkend="sql-execute"> for more
    information about that.
   
 
@@ -66,8 +66,7 @@ PREPARE name [ ( 
    also means that a single  prepared statement cannot be used by
    multiple simultaneous database clients; however, each client can create
    their own prepared statement to use.  The prepared statement can be
-   manually cleaned up using the 
-   endterm="sql-deallocate-title"> command.
+   manually cleaned up using the  command.
   
 
   
@@ -141,14 +140,13 @@ PREPARE name [ ( 
    when planning prepared statements with parameters, the chosen plan
    might be suboptimal. To examine the query plan
    PostgreSQL has chosen for a prepared
-   statement, use 
-   endterm="sql-explain-title">.
+   statement, use .
   
 
   
    For more information on query planning and the statistics collected
    by PostgreSQL for that purpose, see
-   the  endterm="sql-analyze-title">
+   the 
    documentation.
   
 
@@ -200,8 +198,8 @@ EXECUTE usrrptplan(1, current_date);
   See Also
 
   
-    endterm="sql-deallocate-title">
-    endterm="sql-execute-title">
+   
+   
   
  
 
index da304c72550adbaeb0deabd0767cf12e873d2b16..9792bedcb5ddb406b83c2e7a15f078f8cfc36438 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-prepare-transaction-title">PREPARE TRANSACTION
+  PREPARE TRANSACTION
   7
   SQL - Language Statements
  
@@ -39,8 +39,8 @@ PREPARE TRANSACTION transaction_id
 
   
    Once prepared, a transaction can later be committed or rolled back
-   with  endterm="sql-commit-prepared-title">
-   or  endterm="sql-rollback-prepared-title">,
+   with 
+   or ,
    respectively.  Those commands can be issued from any session, not
    only the one that executed the original transaction.
   
@@ -93,7 +93,7 @@ PREPARE TRANSACTION transaction_id
 
   
    This command must be used inside a transaction block. Use 
-   linkend="sql-begin" endterm="sql-begin-title"> to start one.
+   linkend="sql-begin"> to start one.
   
 
   
@@ -161,8 +161,8 @@ PREPARE TRANSACTION 'foobar';
   See Also
 
   
-    endterm="sql-commit-prepared-title">
-    endterm="sql-rollback-prepared-title">
+   
+   
   
  
 
index 33c7488d64f44ffbfaa48b1b8a2371c870b9fefc..782d91411e002467979bfb33ccfa0619ab9cf9f0 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
   
-     id="app-psql-title">psql
+    psql
     1
     Application
   
@@ -622,8 +622,8 @@ testdb=>
     
     Whenever a command is executed, psql also polls
     for asynchronous notification events generated by
-     endterm="SQL-LISTEN-title"> and
-     endterm="SQL-NOTIFY-title">.
+     and
+    .
     
   
 
@@ -798,8 +798,8 @@ testdb=>
         
         
         Performs a frontend (client) copy. This is an operation that
-        runs an SQL 
-        endterm="SQL-COPY-title"> command, but instead of the server
+        runs an SQL >
+        command, but instead of the server
         reading or writing the specified file,
         psql reads or writes the file and
         routes the data between the server and the local file system.
@@ -810,8 +810,8 @@ testdb=>
 
         
         The syntax of the command is similar to that of the
-        SQL 
-        endterm="sql-copy-title"> command.  Note that, because of this,
+        SQL >
+        command.  Note that, because of this,
         special parsing rules apply to the \copy
         command. In particular, the variable substitution rules and
         backslash escapes do not apply.
@@ -979,7 +979,7 @@ testdb=>
 
         
         Descriptions for objects can be created with the 
-        linkend="sql-comment" endterm="sql-comment-title">
+        linkend="sql-comment">
         SQL command.
        
         
@@ -999,11 +999,10 @@ testdb=>
         
 
         
-        The 
-        endterm="sql-alterdefaultprivileges-title"> command is used to set
+        The  command is used to set
         default access privileges.  The meaning of the
         privilege display is explained under
-         endterm="sql-grant-title">.
+        .
         
         
       
@@ -1264,11 +1263,11 @@ testdb=>
         
 
         
-        The  endterm="sql-grant-title"> and
-         endterm="sql-revoke-title">
+        The  and
+        
         commands are used to set access privileges.  The meaning of the
         privilege display is explained under
-         endterm="sql-grant-title">.
+        .
         
         
       
@@ -1287,8 +1286,8 @@ testdb=>
         
 
         
-        The  endterm="sql-alterrole-title"> and
-         endterm="sql-alterdatabase-title">
+        The  and
+        
         commands are used to define per-role and per-database configuration
         settings.
         
@@ -2097,7 +2096,7 @@ lo_import 152801
         
         
         This command is totally separate from the SQL
-        command  endterm="SQL-SET-title">.
+        command .
         
         
         
index f9636479cb5ee3f0433b49384c77697aa55f2a6f..069b99491f211f1b82caf375cd4e825d28b5c907 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-REASSIGN-OWNED-TITLE">REASSIGN OWNED
+  REASSIGN OWNED
   7
   SQL - Language Statements
  
@@ -79,8 +79,7 @@ REASSIGN OWNED BY old_role [, ...]
   
 
   
-   The 
-    endterm="sql-drop-owned-title"> command is an alternative that
+   The  command is an alternative that
    drops all the database objects owned by one or more roles. Note
    also that DROP OWNED requires privileges only
    on the source role(s).
@@ -108,8 +107,8 @@ REASSIGN OWNED BY old_role [, ...]
   See Also
 
   
-    endterm="sql-drop-owned-title">
-    endterm="sql-droprole-title">
+   
+   
   
  
 
index dc75d6e6b2a2a3a24cee8cd14a8ea8f20deb2b5c..e54253106a7733d421fab82d3fc49aad8ff4b294 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-REINDEX-TITLE">REINDEX
+  REINDEX
   7
   SQL - Language Statements
  
index 1e98e07842c8c36ca3879847c94af09a3a0c18d5..dcc34fb61a95f9293f17f647b17e7facbe26b6f6 100644 (file)
@@ -5,7 +5,7 @@ PostgreSQL documentation
 
 
  
-   id="APP-REINDEXDB-TITLE">reindexdb
+  reindexdb
   1
   Application
  
@@ -49,7 +49,7 @@ PostgreSQL documentation
 
   
    reindexdb is a wrapper around the SQL
-   command  endterm="sql-reindex-title">.
+   command .
    There is no effective difference between reindexing databases via
    this utility and via other methods for accessing the server.
   
@@ -275,8 +275,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-reindex-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -324,7 +324,7 @@ PostgreSQL documentation
   See Also
 
   
-    endterm="sql-reindex-title">
+   
   
  
 
index 509862801346ea06ee727ae09eeb071b177347fe..c0f9d51885f56cc7fe799233f77086b864a0bce0 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-RELEASE-SAVEPOINT-TITLE">RELEASE SAVEPOINT
+  RELEASE SAVEPOINT
   7
   SQL - Language Statements
  
@@ -42,8 +42,8 @@ RELEASE [ SAVEPOINT ] savepoint_name
    Destroying a savepoint makes it unavailable as a rollback point,
    but it has no other user visible behavior.  It does not undo the
    effects of commands executed after the savepoint was established.
-   (To do that, see 
-   endterm="sql-rollback-to-title">.)  Destroying a savepoint when
+   (To do that, see >.)
+   Destroying a savepoint when
    it is no longer needed allows the system to reclaim some resources
    earlier than transaction end.
   
@@ -120,11 +120,11 @@ COMMIT;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-rollback-title">
-    endterm="sql-rollback-to-title">
-    endterm="sql-savepoint-title">
+   
+   
+   
+   
+   
   
  
 
index c864fde180cf0d35422b7bec3a7292b1cdfc81b8..c7900f7113422e370360992e0ec5f4a2c9bb307c 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-RESET-TITLE">RESET
+  RESET
   7
   SQL - Language Statements
  
@@ -36,7 +36,7 @@ RESET ALL
 
 SET configuration_parameter TO DEFAULT
 
-   Refer to  endterm="sql-set-title"> for
+   Refer to  for
    details.
   
 
@@ -68,7 +68,7 @@ SET configuration_parameter TO DEFA
      
       Name of a settable run-time parameter.  Available parameters are
       documented in  and on the
-       endterm="sql-set-title"> reference page.
+       reference page.
      
     
    
@@ -107,8 +107,8 @@ RESET timezone;
   See Also
 
   
-    endterm="SQL-SET-title">
-    endterm="SQL-SHOW-title">
+   
+   
   
  
 
index b81cd72d3fc9420608d280d0c15191d9787a214b..af93b90bb2226eaca4c18aee370cd888d9390e0b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-revoke-title">REVOKE
+  REVOKE
   7
   SQL - Language Statements
  
@@ -110,7 +110,7 @@ REVOKE [ ADMIN OPTION FOR ]
   
 
   
-   See the description of the  endterm="sql-grant-title"> command for
+   See the description of the  command for
    the meaning of the privilege types.
   
 
@@ -166,7 +166,7 @@ REVOKE [ ADMIN OPTION FOR ]
   
    Use 's \dp command to
    display the privileges granted on existing tables and columns.  See 
-   linkend="sql-grant" endterm="sql-grant-title"> for information about the
+   linkend="sql-grant"> for information about the
    format.  For non-table objects there are other \d commands
    that can display their privileges.
   
@@ -269,7 +269,7 @@ REVOKE admins FROM joe;
   Compatibility
 
    
-    The compatibility notes of the  endterm="sql-grant-title"> command
+    The compatibility notes of the  command
     apply analogously to REVOKE.
     The keyword RESTRICT or CASCADE
     is required according to the standard, but PostgreSQL
@@ -281,7 +281,7 @@ REVOKE admins FROM joe;
   See Also
 
   
-    endterm="sql-grant-title">
+   
   
  
 
index 01dddbf8d02aa9bf305d92af9fde20d21aee0436..721ee6903300c5cc276745825672ef965c804e2b 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ROLLBACK-TITLE">ROLLBACK
+  ROLLBACK
   7
   SQL - Language Statements
  
@@ -54,7 +54,7 @@ ROLLBACK [ WORK | TRANSACTION ]
   Notes
 
   
-   Use  endterm="SQL-COMMIT-TITLE"> to
+   Use  to
    successfully terminate a transaction.
   
 
@@ -89,9 +89,9 @@ ROLLBACK;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-rollback-to-title">
+   
+   
+   
   
  
 
index 4a4a1f4e0ce4774d61dffeef8537ccd39ff6ad72..d6d01d2f0657004a0e5beaa0e08bcfccf4a1b9f6 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-rollback-prepared-title">ROLLBACK PREPARED
+  ROLLBACK PREPARED
   7
   SQL - Language Statements
  
@@ -88,8 +88,8 @@ ROLLBACK PREPARED 'foobar';
   See Also
 
   
-    endterm="sql-prepare-transaction-title">
-    endterm="sql-commit-prepared-title">
+   
+   
   
  
 
index 414f450a41d8972ec929f85aed4dc533b3444ee9..488378b0c33869cd4612d8f3a70b31e4a3c77bac 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-ROLLBACK-TO-TITLE">ROLLBACK TO SAVEPOINT
+  ROLLBACK TO SAVEPOINT
   7
   SQL - Language Statements
  
@@ -65,7 +65,7 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name
 
   
    Use 
-   endterm="SQL-RELEASE-SAVEPOINT-TITLE"> to destroy a savepoint without
+  > to destroy a savepoint without
    discarding the effects of commands executed after it was established.
   
 
@@ -149,11 +149,11 @@ COMMIT;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-release-savepoint-title">
-    endterm="sql-rollback-title">
-    endterm="sql-savepoint-title">
+   
+   
+   
+   
+   
   
  
 
index d465463f7c98ea3e83aec14c4598a3a3438a566a..72b718fcf65cc816b4d1fd810e2f49d2e8da9b20 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-SAVEPOINT-TITLE">SAVEPOINT
+  SAVEPOINT
   7
   SQL - Language Statements
  
@@ -64,9 +64,9 @@ SAVEPOINT savepoint_name
   Notes
 
   
-   Use  endterm="SQL-ROLLBACK-TO-TITLE"> to
-   rollback to a savepoint.  Use 
-   endterm="SQL-RELEASE-SAVEPOINT-TITLE"> to destroy a savepoint, keeping
+   Use  to
+   rollback to a savepoint.  Use >
+   to destroy a savepoint, keeping
    the effects of commands executed after it was established.
   
 
@@ -126,11 +126,11 @@ COMMIT;
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-release-savepoint-title">
-    endterm="sql-rollback-title">
-    endterm="sql-rollback-to-title">
+   
+   
+   
+   
+   
   
  
 
index 395ca79604cef30abd63feb89cbeb517c0f938c2..372116be3fc822c43d388ee3a7cde706c27caf5e 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-select-title">SELECT
+  SELECT
   7
   SQL - Language Statements
  
@@ -305,7 +305,7 @@ TABLE { [ ONLY ] table_name [ * ] |
         sub-SELECT must be surrounded by
         parentheses, and an alias must be
         provided for it.  A
-         endterm="sql-values-title"> command
+         command
         can also be used here.
        
       
@@ -1154,7 +1154,7 @@ FOR SHARE [ OF table_name [, ...] ]
     to the row-level lock(s) — the required ROW SHARE
     table-level lock is still taken in the ordinary way (see
     ).  You can use
-     endterm="sql-lock-title">
+    
     with the NOWAIT option first,
     if you need to acquire the table-level lock without waiting.
    
index 057bfb2a9d75abdf08812f988fed9bbef41d8104..fc726c66843658774a4ac6f2d736f61a7ac87c9a 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-SELECTINTO-TITLE">SELECT INTO
+  SELECT INTO
   7
   SQL - Language Statements
  
@@ -60,8 +60,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
    
     
      If specified, the table is created as a temporary table.  Refer
-     to 
-     endterm="sql-createtable-title"> for details.
+     to  for details.
     
    
   
@@ -78,7 +77,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
 
   
    All other parameters are described in detail under 
-   linkend="sql-select" endterm="sql-select-title">.
+   linkend="sql-select">.
   
  
 
@@ -86,8 +85,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
   Notes
 
   
-   
-   endterm="sql-createtableas-title"> is functionally similar to
+    is functionally similar to
    SELECT INTO.  CREATE TABLE AS
    is the recommended syntax, since this form of SELECT
    INTO is not available in ECPG
@@ -141,7 +139,7 @@ SELECT * INTO films_recent FROM films WHERE date_prod >= '2002-01-01';
   See Also
 
   
-    endterm="sql-createtableas-title">
+   
   
  
 
index 621bd641396ebe069e3d629c7287c8687ea7abcf..7c60d7ae5d284f9eb2975bd99c479358fa3b14f1 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-SET-TITLE">SET
+  SET
   7
   SQL - Language Statements
  
@@ -67,7 +67,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { timezone
   
    If SET LOCAL is used within a function that has a
    SET option for the same variable (see
-    endterm="sql-createfunction-title">),
+   ),
    the effects of the SET LOCAL command disappear at
    function exit; that is, the value in effect when the function was called is
    restored anyway.  This allows SET LOCAL to be used for
@@ -322,8 +322,8 @@ SET TIME ZONE 'Europe/Rome';
   See Also
 
   
-    endterm="SQL-RESET-title">
-    endterm="SQL-SHOW-title">
+   
+   
   
  
 
index 94c2ecabc72e9a6c59c6b43bba84ae64bf9d8d3d..ffadfd74757cb207279b241bcfb3a8ac7397a731 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS
+  SET CONSTRAINTS
   7
   SQL - Language Statements
  
index 1079de91130b711f436af86837ce0c55c3fa63a6..c7a4b0d68e96625f3ae011a43928de15158bc863 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-set-role-title">SET ROLE
+  SET ROLE
   7
   SQL - Language Statements
  
@@ -48,7 +48,7 @@ RESET ROLE
 
   
    The SESSION and LOCAL modifiers act the same
-   as for the regular  endterm="SQL-SET-title">
+   as for the regular 
    command.
   
 
@@ -82,8 +82,7 @@ RESET ROLE
 
   
    SET ROLE has effects comparable to
-   
-   endterm="sql-set-session-authorization-title">, but the privilege
+   , but the privilege
    checks involved are quite different.  Also,
    SET SESSION AUTHORIZATION determines which roles are
    allowable for later SET ROLE commands, whereas changing
@@ -93,8 +92,7 @@ RESET ROLE
 
   
    SET ROLE does not process session variables as specified by
-   the role's 
-   endterm="sql-alterrole-title"> settings;  this only happens during
+   the role's  settings;  this only happens during
    login.
   
 
@@ -144,7 +142,7 @@ SELECT SESSION_USER, CURRENT_USER;
   See Also
 
   
-    endterm="sql-set-session-authorization-title">
+   
   
  
 
index 736baf90117f22108ec248d339424ceaade1360f..35d93c23e6ec595d56f1973785d1ae492513a394 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="sql-set-session-authorization-title">SET SESSION AUTHORIZATION
+  SET SESSION AUTHORIZATION
   7
   SQL - Language Statements
  
@@ -41,7 +41,7 @@ RESET SESSION AUTHORIZATION
    identifier is normally equal to the session user identifier, but
    might change temporarily in the context of SECURITY DEFINER
    functions and similar mechanisms; it can also be changed by
-    endterm="sql-set-role-title">.
+   .
    The current user identifier is relevant for permission checking.
   
 
@@ -54,7 +54,7 @@ RESET SESSION AUTHORIZATION
 
   
    The SESSION and LOCAL modifiers act the same
-   as for the regular  endterm="SQL-SET-title">
+   as for the regular 
    command.
   
 
@@ -120,7 +120,7 @@ SELECT SESSION_USER, CURRENT_USER;
   See Also
 
   
-    endterm="sql-set-role-title">
+   
   
  
 
index 80cf691182ff652a60f37910a140a758747070ad..ecf24eac63d5c52fc2353566f3078c2fae095931 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION
+  SET TRANSACTION
   7
   SQL - Language Statements
  
index a949c43b7e4ce3c3cd5c8d22886e0cf9773d28c0..5684916d490d16b834e28b44da06a1a82d420ac7 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-SHOW-TITLE">SHOW
+  SHOW
   7
   SQL - Language Statements
  
@@ -52,7 +52,7 @@ SHOW ALL
      
       The name of a run-time parameter.  Available parameters are
       documented in  and on the 
-      linkend="SQL-SET" endterm="SQL-SET-title"> reference page.  In
+      linkend="SQL-SET"> reference page.  In
       addition, there are a few parameters that can be shown but not
       set:
 
@@ -194,8 +194,8 @@ SHOW ALL;
   See Also
 
   
-    endterm="SQL-SET-title">
-    endterm="SQL-RESET-title">
+   
+   
   
  
 
index 15ba39af919c16232f3ceeff4d6142f8f6fc9f41..c87a1c0b6a892297a3861e8399d7e929bbb0199f 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-START-TRANSACTION-TITLE">START TRANSACTION
+  START TRANSACTION
   7
   SQL - Language Statements
  
@@ -36,9 +36,8 @@ START TRANSACTION [ transaction_mode
   
    This command begins a new transaction block. If the isolation level or
    read/write mode is specified, the new transaction has those
-   characteristics, as if 
-   endterm="sql-set-transaction-title"> was executed. This is the same
-   as the  command.
+   characteristics, as if  was executed. This is the same
+   as the  command.
   
  
 
@@ -46,8 +45,7 @@ START TRANSACTION [ transaction_mode
   Parameters
 
   
-   Refer to 
-   endterm="sql-set-transaction-title"> for information on the meaning
+   Refer to  for information on the meaning
    of the parameters to this statement.
   
  
@@ -74,8 +72,7 @@ START TRANSACTION [ transaction_mode
   
 
   
-   See also the compatibility section of 
-   endterm="sql-set-transaction-title">.
+   See also the compatibility section of .
   
  
 
@@ -83,11 +80,11 @@ START TRANSACTION [ transaction_mode
   See Also
 
   
-    endterm="sql-begin-title">
-    endterm="sql-commit-title">
-    endterm="sql-rollback-title">
-    endterm="sql-savepoint-title">
-    endterm="sql-set-transaction-title">
+   
+   
+   
+   
+   
   
  
 
index bec47fdbab06cf8fe1eac53d9342b42fed6b3591..08dc670843aaaf21688fabc6baf7801af0cced21 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-TRUNCATE-TITLE">TRUNCATE
+  TRUNCATE
   7
   SQL - Language Statements
  
index 9e22ea4edc4050c9f083bbe69bd23fe204fba5f8..774858063a1cd3091cb64f2068154ee26b6b5a31 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-UNLISTEN-TITLE">UNLISTEN
+  UNLISTEN
   7
   SQL - Language Statements
  
@@ -40,7 +40,7 @@ UNLISTEN { channel | * }
   
 
   
-   endterm="sql-notify-title" linkend="sql-notify">
+   
    contains a more extensive
    discussion of the use of LISTEN and
    NOTIFY.
@@ -127,8 +127,8 @@ NOTIFY virtual;
   See Also
 
   
-    endterm="sql-listen-title">
-    endterm="sql-notify-title">
+   
+   
   
  
 
index 4ed6458f654f018f69fe01a2139354e697aefa1f..8673df18ff4d3cb10d3945b817f3ef63165366e5 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-UPDATE-TITLE">UPDATE
+  UPDATE
   7
   SQL - Language Statements
  
@@ -172,7 +172,7 @@ UPDATE [ ONLY ] table [ [ AS ] 
       query on the UPDATE's target table.
       Note that WHERE CURRENT OF cannot be
       specified together with a Boolean condition.  See
-       endterm="sql-declare-title">
+      
       for more information about using cursors with
       WHERE CURRENT OF.
      
index bd2b6726c445e73da8590eaa4f748be66651dc99..aece3e02d1c913f5a1379658c16ed28d79733fdd 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="sql-vacuum-title">VACUUM
+  VACUUM
   7
   SQL - Language Statements
  
@@ -49,7 +49,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ 
    VACUUM ANALYZE performs a VACUUM
    and then an ANALYZE for each selected table.  This
    is a handy combination form for routine maintenance scripts.  See
-    endterm="sql-analyze-title">
+   
    for more details about its processing.
   
 
@@ -271,9 +271,9 @@ VACUUM
   See Also
 
   
-    endterm="app-vacuumdb-title">
-    endterm="runtime-config-resource-vacuum-cost-title">
-    endterm="autovacuum-title">
+   
+   
+   
   
  
 
index 3644eb97fa9608ad309dc4e5b08b473cdb3063d3..c6f576772e51ac9ecb05728f82ad9e988ef1e033 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="APP-VACUUMDB-TITLE">vacuumdb
+  vacuumdb
   1
   Application
  
@@ -56,7 +56,7 @@ PostgreSQL documentation
 
   
    vacuumdb is a wrapper around the SQL
-   command  endterm="SQL-VACUUM-title">.
+   command .
    There is no effective difference between vacuuming and analyzing
    databases via this utility and via other methods for accessing the
    server.
@@ -318,8 +318,8 @@ PostgreSQL documentation
   Diagnostics
 
   
-   In case of difficulty, see 
-   endterm="sql-vacuum-title"> and  for
+   In case of difficulty, see >
+   and  for
    discussions of potential problems and error messages.
    The database server must be running at the
    targeted host.  Also, any default connection settings and environment
@@ -376,7 +376,7 @@ PostgreSQL documentation
   See Also
 
   
-    endterm="sql-vacuum-title">
+   
   
  
 
index 3a70f1bfe4b1fd593dd442c03b55bad7823bf3fc..d6d2c0cf607c6f6e7537619fb36aa075116e95bd 100644 (file)
@@ -1,11 +1,11 @@
 
 
 
  
-   id="SQL-VALUES-TITLE">VALUES
+  VALUES
   7
   SQL - Language Statements
  
@@ -234,7 +234,7 @@ WHERE ip_address IN (VALUES('192.168.0.1'::inet), ('192.168.0.10'), ('192.168.1.
    VALUES conforms to the SQL standard.
    LIMIT and OFFSET are
    PostgreSQL extensions; see also
-   under  endterm="sql-select-title">.
+   under .
   
  
 
@@ -242,8 +242,8 @@ WHERE ip_address IN (VALUES('192.168.0.1'::inet), ('192.168.0.10'), ('192.168.1.
   See Also
 
   
-    endterm="sql-insert-title">
-    endterm="sql-select-title">
+   
+   
   
  
 
index 1668a0615eb610295e03898ad9e5aaf1735df52f..c5c1e14f1e37d972d85eb6efc195dc720de22de5 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="regress-title">Regression Tests
+  Regression Tests
 
   
    regression tests
index ebc592e96229eff10617752ecc83d9ffc1a72f5d..70d9822450fdaf01268231fad3119380a52611c9 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
           
             
               Allow setting of configuration variables based on 
-              linkend="sql-alterrole-title">database/role
+              linkend="sql-alterrole">database/role
               combinations (Alvaro Herrera)
             
 
index 8d40c60c8e7526473cff6e3f6fa5636a25e08fad..dd50665e10bbd52bc8f9b75ffee7e4a59b714d89 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Server Programming Interface
@@ -2341,7 +2341,7 @@ void SPI_scroll_cursor_fetch(Portal portal, FetchDirectio
   Notes
 
   
-   See the SQL  endterm="sql-fetch-title"> command
+   See the SQL  command
    for details of the interpretation of the
    direction and
    count parameters.
@@ -2442,7 +2442,7 @@ void SPI_scroll_cursor_move(Portal portal, FetchDirection
   Notes
 
   
-   See the SQL  endterm="sql-fetch-title"> command
+   See the SQL  command
    for details of the interpretation of the
    direction and
    count parameters.
index 83ecb8653c6bd12dadb26756caa6da0d4e70f7f7..7259a47bbf5abc76453bd2e2450b9de12686619c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  SQL Syntax
@@ -1698,7 +1698,7 @@ UNBOUNDED FOLLOWING
     window must lack these clauses, if they are supplied here).
     This latter syntax follows the same rules as modifying an existing
     window name within the WINDOW clause; see the
-     endterm="sql-select-title"> reference
+     reference
     page for details.
    
 
@@ -1840,7 +1840,7 @@ CAST ( expression AS type
      syntax is nothing more than a direct invocation of the underlying
      conversion function.  Obviously, this is not something that a portable
      application should rely on.  For further details see
-      endterm="sql-createcast-title">.
+     .
     
    
   
index ab601e3ce36f2c4656b0065c21dc1e7ad918b2dd..fd4dd1d14527b8e1700c8932afee6cca2f580c1e 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
 
 id="textsearch-title">Full Text Search
Full Text Search
 
   
    full text search
index 5418f314a31ca26e47d3854b5ac10af1df2f3884..a40963fd5b26f64a320a639898162e671a1b2f88 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Triggers
@@ -57,7 +57,7 @@
    
     Once a suitable trigger function has been created, the trigger is
     established with
-     endterm="sql-createtrigger-title">.
+    .
     The same trigger function can be used for multiple triggers.
    
 
index a1b04ce417f03008fe6dedbf6bc0e5b2d99506c4..fffd2aa9858946c8ba0cfece9607bad22c0090e9 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 Type Conversion
@@ -139,7 +139,7 @@ and for the GREATEST and LEAST functions.
 The system catalogs store information about which conversions, or
 casts, exist between which data types, and how to
 perform those conversions.  Additional casts can be added by the user
-with the  endterm="sql-createcast-title">
+with the 
 command.  (This is usually
 done in conjunction with defining new data types.  The set of casts
 between built-in types has been carefully crafted and is best not
@@ -543,7 +543,7 @@ the function call is treated as a form of CAST specification.
     in cases where there is not an actual cast function.  If there is a cast
     function, it is conventionally named after its output type, and so there
     is no need to have a special case.  See
-     endterm="sql-createcast-title">
+    
     for additional commentary.
    
   
index 01c1ba94808ff0c78353d29f282161dbd1aee804..16130b6191c59d51a5a2016fedb850712b871471 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Database Roles and Privileges
@@ -53,7 +53,7 @@
    maintain a correspondence, but this is not required. Database roles
    are global across a database cluster installation (and not
    per individual database). To create a role use the 
-   linkend="sql-createrole" endterm="sql-createrole-title"> SQL command:
+   linkend="sql-createrole"> SQL command:
 
 CREATE ROLE name;
 
@@ -62,7 +62,7 @@ CREATE ROLE name;
    double-quoted.  (In practice, you will usually want to add additional
    options, such as LOGIN, to the command.  More details appear
    below.)  To remove an existing role, use the analogous
-    endterm="sql-droprole-title"> command:
+    command:
 
 DROP ROLE name;
 
@@ -228,8 +228,8 @@ CREATE USER name;
     A role's attributes can be modified after creation with
     ALTER ROLE.ALTER ROLE
     See the reference pages for the 
-    endterm="sql-createrole-title"> and 
-    endterm="sql-alterrole-title"> commands for details.
+   > and 
+   > commands for details.
    
 
   
@@ -297,7 +297,7 @@ ALTER ROLE myname SET statement_timeout = '5min';
    EXECUTE, and USAGE.
    For more information on the different types of privileges supported by
    PostgreSQL, see the
-    endterm="sql-grant-title"> reference page.
+    reference page.
   
 
   
@@ -316,7 +316,7 @@ GRANT UPDATE ON accounts TO joe;
 
   
    To revoke a privilege, use the fittingly named
-    endterm="sql-revoke-title"> command:
+    command:
 
 REVOKE ALL ON accounts FROM PUBLIC;
 
@@ -366,8 +366,8 @@ CREATE ROLE name;
 
   
    Once the group role exists, you can add and remove members using the
-    endterm="sql-grant-title"> and
-    endterm="sql-revoke-title"> commands:
+    and
+    commands:
 
 GRANT group_role TO role1, ... ;
 REVOKE group_role FROM role1, ... ;
@@ -382,7 +382,7 @@ REVOKE group_role FROM role1
   
    The members of a group role can use the privileges of the role in two
    ways.  First, every member of a group can explicitly do
-    endterm="sql-set-role-title"> to
+    to
    temporarily become the group role.  In this state, the
    database session has access to the privileges of the group role rather
    than the original login role, and any database objects created are
@@ -466,7 +466,7 @@ RESET ROLE;
 
   
    To destroy a group role, use 
-   linkend="sql-droprole" endterm="sql-droprole-title">:
+   linkend="sql-droprole">:
 
 DROP ROLE name;
 
index 1c34957a166f659bcb2e875585c6a96941a5fc37..b78a336c19cce9b5b76e89bb6adb4425281ee31a 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   User-Defined Aggregates
@@ -184,7 +184,7 @@ SELECT attrelid::regclass, array_accum(atttypid::regtype)
 
   
    For further details see the
-    endterm="sql-createaggregate-title">
+   
    command.
   
  
index 93f880cc63ee7cfd538cb1f48126802658884626..fcf9e3b1d4976f1bc821c5018f327145db3c6c29 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   User-Defined Functions
@@ -63,8 +63,7 @@
 
   
    Throughout this chapter, it can be useful to look at the reference
-   page of the 
-   endterm="sql-createfunction-title"> command to
+   page of the  command to
    understand the examples better.  Some examples from this chapter
    can be found in funcs.sql and
    funcs.c in the src/tutorial
@@ -1179,7 +1178,7 @@ CREATE FUNCTION test(int, int) RETURNS int
     Every function has a volatility classification, with
     the possibilities being VOLATILE, STABLE, or
     IMMUTABLE.  VOLATILE is the default if the
-     endterm="sql-createfunction-title">
+    
     command does not specify a category.  The volatility category is a
     promise to the optimizer about the behavior of the function:
 
index 59d3050ee6a2e493bc0295cd5497ca77f3389fbf..87de1971bc48076319748648f91cbe06966ba801 100644 (file)
@@ -1,7 +1,7 @@
-
+
 
  
-   id="xplang-title">Procedural Languages
+  Procedural Languages
 
   
    procedural language
@@ -113,7 +113,7 @@ CREATE FUNCTION handler_function_name()
      
       Optionally, the language handler can provide an inline
       handler function that executes anonymous code blocks
-      ( endterm="sql-do-title"> commands)
+      ( commands)
       written in this language.  If an inline handler function
       is provided by the language, declare it with a command like
 
index 14eb83a8e13abea91d7e19b2e8fe66e7b8989e5c..af4c57e6affb6dedffc1f45487482113f2e41b2c 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   User-Defined Types
@@ -290,6 +290,6 @@ CREATE TYPE complex (
 
  
   For further details see the description of the
-   endterm="sql-createtype-title"> command.
+   command.