doc: Improve DocBook XML validity
authorPeter Eisentraut
Mon, 24 Feb 2014 02:25:35 +0000 (21:25 -0500)
committerPeter Eisentraut
Mon, 24 Feb 2014 02:31:08 +0000 (21:31 -0500)
DocBook XML is superficially compatible with DocBook SGML but has a
slightly stricter DTD that we have been violating in a few cases.
Although XSLT doesn't care whether the document is valid, the style
sheets don't necessarily process invalid documents correctly, so we need
to work toward fixing this.

This first commit moves the indexterms in refentry elements to an
allowed position.  It has no impact on the output.

194 files changed:
doc/src/sgml/dblink.sgml
doc/src/sgml/oid2name.sgml
doc/src/sgml/pg_xlogdump.sgml
doc/src/sgml/pgarchivecleanup.sgml
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgstandby.sgml
doc/src/sgml/pgtestfsync.sgml
doc/src/sgml/pgtesttiming.sgml
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/ref/abort.sgml
doc/src/sgml/ref/alter_aggregate.sgml
doc/src/sgml/ref/alter_collation.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_event_trigger.sgml
doc/src/sgml/ref/alter_extension.sgml
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml
doc/src/sgml/ref/alter_foreign_table.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_materialized_view.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_rule.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_system.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_collation.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_event_trigger.sgml
doc/src/sgml/ref/create_extension.sgml
doc/src/sgml/ref/create_foreign_data_wrapper.sgml
doc/src/sgml/ref/create_foreign_table.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_materialized_view.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_collation.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_event_trigger.sgml
doc/src/sgml/ref/drop_extension.sgml
doc/src/sgml/ref/drop_foreign_data_wrapper.sgml
doc/src/sgml/ref/drop_foreign_table.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_materialized_view.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/ecpg-ref.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_basebackup.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_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_isready.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
doc/src/sgml/ref/pg_resetxlog.sgml
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/postgres-ref.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/refresh_materialized_view.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/security_label.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/spi.sgml
doc/src/sgml/vacuumlo.sgml

index a26e3786782bd85b0873766a1a6576dbc35d4b94..b07ac48c005b4ec9845e1c22d0283ee835887dad 100644 (file)
  
 
  
+  
+   dblink_connect
+  
+
   
    dblink_connect
    3
    opens a persistent connection to a remote database
   
 
-  
-   dblink_connect
-  
-
   
 
 dblink_connect(text connstr) returns text
@@ -183,6 +183,10 @@ DROP SERVER fdtest;
  
 
  
+  
+   dblink_connect_u
+  
+
   
    dblink_connect_u
    3
@@ -193,10 +197,6 @@ DROP SERVER fdtest;
    opens a persistent connection to a remote database, insecurely
   
 
-  
-   dblink_connect_u
-  
-
   
 
 dblink_connect_u(text connstr) returns text
@@ -240,6 +240,10 @@ dblink_connect_u(text connname, text connstr) returns text
  
 
  
+  
+   dblink_disconnect
+  
+
   
    dblink_disconnect
    3
@@ -250,10 +254,6 @@ dblink_connect_u(text connname, text connstr) returns text
    closes a persistent connection to a remote database
   
 
-  
-   dblink_disconnect
-  
-
   
 
 dblink_disconnect() returns text
@@ -315,6 +315,10 @@ SELECT dblink_disconnect('myconn');
  
 
  
+  
+   dblink
+  
+
   
    dblink
    3
@@ -325,10 +329,6 @@ SELECT dblink_disconnect('myconn');
    executes a query in a remote database
   
 
-  
-   dblink
-  
-
   
 
 dblink(text connname, text sql [, bool fail_on_error]) returns setof record
@@ -533,6 +533,10 @@ SELECT * FROM dblink('myconn', 'select proname, prosrc from pg_proc')
  
 
  
+  
+   dblink_exec
+  
+
   
    dblink_exec
    3
@@ -543,10 +547,6 @@ SELECT * FROM dblink('myconn', 'select proname, prosrc from pg_proc')
    executes a command in a remote database
   
 
-  
-   dblink_exec
-  
-
   
 
 dblink_exec(text connname, text sql [, bool fail_on_error]) returns text
@@ -670,6 +670,10 @@ DETAIL:  ERROR:  null value in column "relnamespace" violates not-null constrain
  
 
  
+  
+   dblink_open
+  
+
   
    dblink_open
    3
@@ -680,10 +684,6 @@ DETAIL:  ERROR:  null value in column "relnamespace" violates not-null constrain
    opens a cursor in a remote database
   
 
-  
-   dblink_open
-  
-
   
 
 dblink_open(text cursorname, text sql [, bool fail_on_error]) returns text
@@ -794,6 +794,10 @@ SELECT dblink_open('foo', 'select proname, prosrc from pg_proc');
  
 
  
+  
+   dblink_fetch
+  
+
   
    dblink_fetch
    3
@@ -804,10 +808,6 @@ SELECT dblink_open('foo', 'select proname, prosrc from pg_proc');
    returns rows from an open cursor in a remote database
   
 
-  
-   dblink_fetch
-  
-
   
 
 dblink_fetch(text cursorname, int howmany [, bool fail_on_error]) returns setof record
@@ -947,6 +947,10 @@ SELECT * FROM dblink_fetch('foo', 5) AS (funcname name, source text);
  
 
  
+  
+   dblink_close
+  
+
   
    dblink_close
    3
@@ -957,10 +961,6 @@ SELECT * FROM dblink_fetch('foo', 5) AS (funcname name, source text);
    closes a cursor in a remote database
   
 
-  
-   dblink_close
-  
-
   
 
 dblink_close(text cursorname [, bool fail_on_error]) returns text
@@ -1058,6 +1058,10 @@ SELECT dblink_close('foo');
  
 
  
+  
+   dblink_get_connections
+  
+
   
    dblink_get_connections
    3
@@ -1068,10 +1072,6 @@ SELECT dblink_close('foo');
    returns the names of all open named dblink connections
   
 
-  
-   dblink_get_connections
-  
-
   
 
 dblink_get_connections() returns text[]
@@ -1103,6 +1103,10 @@ SELECT dblink_get_connections();
  
 
  
+  
+   dblink_error_message
+  
+
   
    dblink_error_message
    3
@@ -1113,10 +1117,6 @@ SELECT dblink_get_connections();
    gets last error message on the named connection
   
 
-  
-   dblink_error_message
-  
-
   
 
 dblink_error_message(text connname) returns text
@@ -1166,6 +1166,10 @@ SELECT dblink_error_message('dtest1');
  
 
  
+  
+   dblink_send_query
+  
+
   
    dblink_send_query
    3
@@ -1176,10 +1180,6 @@ SELECT dblink_error_message('dtest1');
    sends an async query to a remote database
   
 
-  
-   dblink_send_query
-  
-
   
 
 dblink_send_query(text connname, text sql) returns int
@@ -1248,6 +1248,10 @@ SELECT dblink_send_query('dtest1', 'SELECT * FROM foo WHERE f1 < 3');
  
 
  
+  
+   dblink_is_busy
+  
+
   
    dblink_is_busy
    3
@@ -1258,10 +1262,6 @@ SELECT dblink_send_query('dtest1', 'SELECT * FROM foo WHERE f1 < 3');
    checks if connection is busy with an async query
   
 
-  
-   dblink_is_busy
-  
-
   
 
 dblink_is_busy(text connname) returns int
@@ -1311,6 +1311,10 @@ SELECT dblink_is_busy('dtest1');
  
 
  
+  
+   dblink_get_notify
+  
+
   
    dblink_get_notify
    3
@@ -1321,10 +1325,6 @@ SELECT dblink_is_busy('dtest1');
    retrieve async notifications on a connection
   
 
-  
-   dblink_get_notify
-  
-
   
 
 dblink_get_notify() returns setof (notify_name text, be_pid int, extra text)
@@ -1393,6 +1393,10 @@ SELECT * FROM dblink_get_notify();
  
 
  
+  
+   dblink_get_result
+  
+
   
    dblink_get_result
    3
@@ -1403,10 +1407,6 @@ SELECT * FROM dblink_get_notify();
    gets an async query result
   
 
-  
-   dblink_get_result
-  
-
   
 
 dblink_get_result(text connname [, bool fail_on_error]) returns setof record
@@ -1557,6 +1557,10 @@ contrib_regression=# SELECT * FROM dblink_get_result('dtest1') AS t1(f1 int, f2
  
 
  
+  
+   dblink_cancel_query
+  
+
   
    dblink_cancel_query
    3
@@ -1567,10 +1571,6 @@ contrib_regression=# SELECT * FROM dblink_get_result('dtest1') AS t1(f1 int, f2
    cancels any active query on the named connection
   
 
-  
-   dblink_cancel_query
-  
-
   
 
 dblink_cancel_query(text connname) returns text
@@ -1625,6 +1625,10 @@ SELECT dblink_cancel_query('dtest1');
  
 
  
+  
+   dblink_get_pkey
+  
+
   
    dblink_get_pkey
    3
@@ -1637,10 +1641,6 @@ SELECT dblink_cancel_query('dtest1');
    
   
 
-  
-   dblink_get_pkey
-  
-
   
 
 dblink_get_pkey(text relname) returns setof dblink_pkey_results
@@ -1717,6 +1717,10 @@ SELECT * FROM dblink_get_pkey('foobar');
  
 
  
+  
+   dblink_build_sql_insert
+  
+
   
    dblink_build_sql_insert
    3
@@ -1730,10 +1734,6 @@ SELECT * FROM dblink_get_pkey('foobar');
    
   
 
-  
-   dblink_build_sql_insert
-  
-
   
 
 dblink_build_sql_insert(text relname,
@@ -1852,6 +1852,10 @@ SELECT dblink_build_sql_insert('foo', '1 2', 2, '{"1", "a"}', '{"1", "b''a"}');
  
 
  
+  
+   dblink_build_sql_delete
+  
+
   
    dblink_build_sql_delete
    3
@@ -1864,10 +1868,6 @@ SELECT dblink_build_sql_insert('foo', '1 2', 2, '{"1", "a"}', '{"1", "b''a"}');
    
   
 
-  
-   dblink_build_sql_delete
-  
-
   
 
 dblink_build_sql_delete(text relname,
@@ -1970,6 +1970,10 @@ SELECT dblink_build_sql_delete('"MyFoo"', '1 2', 2, '{"1", "b"}');
  
 
  
+  
+   dblink_build_sql_update
+  
+
   
    dblink_build_sql_update
    3
@@ -1982,10 +1986,6 @@ SELECT dblink_build_sql_delete('"MyFoo"', '1 2', 2, '{"1", "b"}');
    
   
 
-  
-   dblink_build_sql_update
-  
-
   
 
 dblink_build_sql_update(text relname,
index 5e39677496b5fab6a63bfe04912491b9af3e4c99..97b170a23f7f5bf87b2985628d66ce8d2e99d015 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  oid2name
+
  
   oid2name
   1
   resolve OIDs and file nodes in a PostgreSQL data directory
  
 
-  oid2name
-
  
   
    oid2name
index 0f291413428830c226c8bac54a725a4dd0cad0f2..173962211981acadadf7c26d39422af441eb271b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_xlogdump
+
  
   pg_xlogdump
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   Display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
  
 
-  pg_xlogdump
-
  
   
    pg_xlogdump
index 932914bc2f890de845917cc2ee1d6838b6a11aeb..fdf0cbb9d1be5ad48d3343d8f56d9b40d99cf6ad 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_archivecleanup
+
  
   pg_archivecleanup
   1
   clean up PostgreSQL WAL archive files
  
 
-  pg_archivecleanup
-
  
   
    pg_archivecleanup
index 05ca9b76abcda6ebb3ae313e516159290481f35d..4367563a3796f4ea9168efdb979b17c53a93ae57 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pgbench
+
  
   pgbench
   1
   run a benchmark test on PostgreSQL
  
 
-  pgbench
-
  
   
    pgbench
index ca2b5c078dc81237e55d2b65c22dc540ed27c5d4..fb3f32eaaa40e0d788184fe96cf42f0693f818d4 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_standby
+
  
   pg_standby
   1
   supports the creation of a PostgreSQL warm standby server
  
 
-  pg_standby
-
  
   
    pg_standby
index 45f09191253410b19f6b91c69f3e9a48d4897d2c..c4b4014b1a0a72a49d8824a8a269f5139d99e548 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_test_fsync
+
  
   pg_test_fsync
   1
   determine fastest wal_sync_method for PostgreSQL
  
 
-  pg_test_fsync
-
  
   
    pg_test_fsync
index a2581d269c6c6903a2817fa90073ce6cf29951df..a6ab9b114bb1bd5e3b2b360fe3faf15ead618e82 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_test_timing
+
  
   pg_test_timing
   1
   measure timing overhead
  
 
-  pg_test_timing
-
  
   
    pg_test_timing
index 3da451cca224ccbdafc8bd82fe9007d7295541fd..4d03b12f11945ce303e6b4911f7a7be00bd1051d 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_upgrade
+
  
   pg_upgrade
   1
   upgrade a PostgreSQL server instance
  
 
-  pg_upgrade
-
  
   
    pg_upgrade
index e9138d5702b4257d008e6a9bf4b5e2c83209b6ec..ed9332c395bb6ecd001e3eb9f3faae7d64bcac19 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ABORT
+
  
   ABORT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   abort the current transaction
  
 
-  ABORT
-
  
 
 ABORT [ WORK | TRANSACTION ]
index 641d19ccebe4eeab50acdfe6f2eabf2d8791ed0c..f92b8e5da379e348b21e9d78e66fa6f9b3c27155 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER AGGREGATE
+
  
   ALTER AGGREGATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an aggregate function
  
 
-  ALTER AGGREGATE
-
  
 
 ALTER AGGREGATE name ( aggregate_signature ) RENAME TO new_name
index ebb30b88607d268f907f88ecc2568eeb2eb9da23..11ecd93c205f145a6bd62ef01fec071788eb38cc 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER COLLATION
+
  
   ALTER COLLATION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a collation
  
 
-  ALTER COLLATION
-
  
 
 ALTER COLLATION name RENAME TO new_name
index 4cc335b18e05b1f4d9cb8773f33e00b5d94cb66a..a3f68975bfeffbd73745a76a81fe86a9e0d0bda9 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER CONVERSION
+
  
   ALTER CONVERSION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a conversion
  
 
-  ALTER CONVERSION
-
  
 
 ALTER CONVERSION name RENAME TO new_name
index 360732fd358be35cd8fca69a624e31a77546d71e..23ef75512f14f4e4f90018ebfd009fb86e6c94e5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER DATABASE
+
  
   ALTER DATABASE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change a database
  
 
-  ALTER DATABASE
-
  
 
 ALTER DATABASE name [ [ WITH ] option [ ... ] ]
index fdd9c83800eaa2617c0dd61a6fce52e07d4b2bb0..04064d399cb312a30b915d7c14867891fd1221bc 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER DEFAULT PRIVILEGES
+
  
   ALTER DEFAULT PRIVILEGES
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define default access privileges
  
 
-  ALTER DEFAULT PRIVILEGES
-
  
 
 ALTER DEFAULT PRIVILEGES
index c59975af033391d6d11e3b14bd5fb1542eb9d8f8..db7b8198350dfa847e2e87ea8eba28ec03a8eae6 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER DOMAIN
+
  
   ALTER DOMAIN
   7
@@ -17,10 +21,6 @@ PostgreSQL documentation
   
  
 
-  ALTER DOMAIN
-
  
 
 ALTER DOMAIN name
index f53b0228bc99006949ce5a5f8d85ba957d7bfced..1bf9d8abb609d99e835e6d92c94d6d91bbd20b03 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER EVENT TRIGGER
+
  
   ALTER EVENT TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an event trigger
  
 
-  ALTER EVENT TRIGGER
-
  
 
 ALTER EVENT TRIGGER name DISABLE
index 56fa30d2d3af411df151415dd95a1d64ca74ed45..0d479c8ca2d03cc2dbcdb23ceeabc18812bf8e90 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER EXTENSION
+
  
   ALTER EXTENSION
   7
@@ -17,10 +21,6 @@ PostgreSQL documentation
   
  
 
-  ALTER EXTENSION
-
  
 
 ALTER EXTENSION name UPDATE [ TO new_version ]
index 91ac1b2f0c986a5d18f9be3176335d34ef086d70..1c82db9e0385f7efb751dedd8b00d890dac4b353 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER FOREIGN DATA WRAPPER
+
  
   ALTER FOREIGN DATA WRAPPER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a foreign-data wrapper
  
 
-  ALTER FOREIGN DATA WRAPPER
-
  
 
 ALTER FOREIGN DATA WRAPPER name
index 723aa075c5794c64bd00d3f2ae209935ddf49889..4d8cfc522e050a0c63e90661086e4d06bcbc5cf6 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER FOREIGN TABLE
+
  
   ALTER FOREIGN TABLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a foreign table
  
 
-  ALTER FOREIGN TABLE
-
  
 
 ALTER FOREIGN TABLE [ IF EXISTS ] name
index 013b6f8401ce6687c07309aceea8138fdd31c8c7..ba879eb1ea33448ae34f3d2483162daf17782f3f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER FUNCTION
+
  
   ALTER FUNCTION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a function
  
 
-  ALTER FUNCTION
-
  
 
 ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] )
index 177b11d28dddcc96b1abe6c30e488def67cd7152..143224286ab5c14c88011d9437c4800ddee0f33c 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER GROUP
+
  
   ALTER GROUP
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change role name or membership
  
 
-  ALTER GROUP
-
  
 
 ALTER GROUP group_name ADD USER user_name [, ... ]
index d2100770361365c70949b568d9194fc9f900bbf8..94a7af0429c7561e25a5e92053baefd04890336b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER INDEX
+
  
   ALTER INDEX
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an index
  
 
-  ALTER INDEX
-
  
 
 ALTER INDEX [ IF EXISTS ] name RENAME TO new_name
index ab23d624ba353c7777e19f71d613e324e7454e16..5c9ded6837fef608d02a8e4f9cb0ea0a7052077b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER LANGUAGE
+
  
   ALTER LANGUAGE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a procedural language
  
 
-  ALTER LANGUAGE
-
  
 
 ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO new_name
index bcf532c80bab8bf850a7f8bfc210b0d9a4299fb7..a6dabca1b2fd29ca3231a617eec597ac3343b897 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER LARGE OBJECT
+
  
   ALTER LARGE OBJECT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a large object
  
 
-  ALTER LARGE OBJECT
-
  
 
 ALTER LARGE OBJECT large_object_oid OWNER TO new_owner
index e5617067f674f3816885b994dd4f2ae20af8a35e..1932eeb84d46272273f58a686e773c175c271c59 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER MATERIALIZED VIEW
+
  
   ALTER MATERIALIZED VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a materialized view
  
 
-  ALTER MATERIALIZED VIEW
-
  
 
 ALTER MATERIALIZED VIEW [ IF EXISTS ] name
index c70f6cd6a2b7f7f5a699a9b5531e0d83d28302de..fc41d866611f24b9c68fc7b8878edacfffe02cab 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER OPERATOR CLASS
+
  
   ALTER OPERATOR CLASS
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an operator class
  
 
-  ALTER OPERATOR CLASS
-
  
 
 ALTER OPERATOR CLASS name USING index_method RENAME TO new_name
index 32bde5af7cfc6e5ed0c5d37bc00909fe3e0826b2..60754163204d3484488fee71c4230e5e19613d05 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER OPERATOR
+
  
   ALTER OPERATOR
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an operator
  
 
-  ALTER OPERATOR
-
  
 
 ALTER OPERATOR name ( { left_type | NONE } , { right_type | NONE } ) OWNER TO new_owner
index aad968d284a075ea3ef965f3310d86b347167993..55b912611d94eada68880ed8fc4d2a0a783fdf6c 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER OPERATOR FAMILY
+
  
   ALTER OPERATOR FAMILY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of an operator family
  
 
-  ALTER OPERATOR FAMILY
-
  
 
 ALTER OPERATOR FAMILY name USING index_method ADD
index b0981fdd5d5dfb073667d9d8bd391ea5c4fb73e5..bcd46d5e4dcb6ea0f345df3d2474fcedb4764a2b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER ROLE
+
  
   ALTER ROLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change a database role
  
 
-  ALTER ROLE
-
  
 
 ALTER ROLE name [ [ WITH ] option [ ... ] ]
index 0a186605a0226f1ed977fce1d03a6eb9b88575dd..993a0ceb83f2ed53811b8afd9f5e52724d519642 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER RULE
+
  
   ALTER RULE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a rule
  
 
-  ALTER RULE
-
  
 
 ALTER RULE name ON table_name RENAME TO new_name
index 020b113a32f875b055669d97215fef798320c2b3..00395c02f85867c75ae6e86bd383e303e590195e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER SCHEMA
+
  
   ALTER SCHEMA
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a schema
  
 
-  ALTER SCHEMA
-
  
 
 ALTER SCHEMA name RENAME TO new_name
index 204ca11f0bae7afa12c93f87e0ae57337982154e..9ba9bc46229152b2e670377d57daf51635497adf 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER SEQUENCE
+
  
   ALTER SEQUENCE
   7
@@ -17,10 +21,6 @@ PostgreSQL documentation
   
  
 
-  ALTER SEQUENCE
-
  
 
 ALTER SEQUENCE [ IF EXISTS ] name [ INCREMENT [ BY ] increment ]
index 08afde1dd0490d63e74089361464ea1dc286bdf0..68253b916680ae085d90d153da2783ebdb7f6b2d 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER SERVER
+
  
   ALTER SERVER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a foreign server
  
 
-  ALTER SERVER
-
  
 
 ALTER SERVER name [ VERSION 'new_version' ]
index 3ccc6afd516291cb9e8bd74b91cd4ccf0c45a25e..081b3722a0b4951056c47efc29e53ba1a69b1d47 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER SYSTEM
+
  
   ALTER SYSTEM
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change a server configuration parameter
  
 
-  ALTER SYSTEM
-
  
 
 ALTER SYSTEM SET configuration_parameter { TO | = } { value | 'value' | DEFAULT }
index 89649a2aa48f4f0da5e15468ddba19365d4af697..2b02e668e089f50da16d49cffb846cb509305a47 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TABLE
+
  
   ALTER TABLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a table
  
 
-  ALTER TABLE
-
  
 
 ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
index 99ee08a8da510cff8fb9a8732a9c8b675127a1f0..5c98bc7f067ec1b274bea3fb6db4982a18917ad5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TABLESPACE
+
  
   ALTER TABLESPACE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a tablespace or affect objects of a tablespace
  
 
-  ALTER TABLESPACE
-
  
 
 ALTER TABLESPACE name RENAME TO new_name
index 0d70167024ab37bd3cd39de80dd005345dbd96ea..c63b5dfa02b1102221d57fe1772af5aea4649390 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TRIGGER
+
  
   ALTER TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a trigger
  
 
-  ALTER TRIGGER
-
  
 
 ALTER TRIGGER name ON table_name RENAME TO new_name
index deef329b295f2bffa7652669f40a5cdf8503a3e7..1a40d88f6a0cb5fa9ff9d355fc0d7bc1adbf60f7 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TEXT SEARCH CONFIGURATION
+
  
   ALTER TEXT SEARCH CONFIGURATION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a text search configuration
  
 
-  ALTER TEXT SEARCH CONFIGURATION
-
  
 
 ALTER TEXT SEARCH CONFIGURATION name
index 7c12037041552e13dd8be5c5168a827a834dbea9..590c4fc6e1cf826abb38aefe4d92dd36852cd110 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TEXT SEARCH DICTIONARY
+
  
   ALTER TEXT SEARCH DICTIONARY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a text search dictionary
  
 
-  ALTER TEXT SEARCH DICTIONARY
-
  
 
 ALTER TEXT SEARCH DICTIONARY name (
index 8c082433b05276c0db5dcb832ec182261aa88c15..e2b6060a17a51722ed2b527ceaf1a58f5c24267e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TEXT SEARCH PARSER
+
  
   ALTER TEXT SEARCH PARSER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a text search parser
  
 
-  ALTER TEXT SEARCH PARSER
-
  
 
 ALTER TEXT SEARCH PARSER name RENAME TO new_name
index e4f0ff3b1eb7e002e1343b42f1cc3f415ce9bd66..e7ae91c0a08844f78210f13502fa17935279941f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TEXT SEARCH TEMPLATE
+
  
   ALTER TEXT SEARCH TEMPLATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a text search template
  
 
-  ALTER TEXT SEARCH TEMPLATE
-
  
 
 ALTER TEXT SEARCH TEMPLATE name RENAME TO new_name
index 6700023b34cc559c2bee7b74a58761629e5b1cac..7724c11c78e7c9a0cdd5546ea38bcfdc6e7b0b17 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER TYPE
+
  
   ALTER TYPE
   7
@@ -17,10 +21,6 @@ PostgreSQL documentation
   
  
 
-  ALTER TYPE
-
  
 
 ALTER TYPE name action [, ... ]
index 7588f636ed2324411a293c0ebf4e880a93462379..58ae1da127f68eab9df07b105783a515f5346888 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER USER
+
  
   ALTER USER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change a database role
  
 
-  ALTER USER
-
  
 
 ALTER USER name [ [ WITH ] option [ ... ] ]
index 3245f83e08d8dea753476b54156ad02f4666047a..d0ddd1370b9b32b2c00f5a896739cdffb9b65487 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER USER MAPPING
+
  
   ALTER USER MAPPING
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a user mapping
  
 
-  ALTER USER MAPPING
-
  
 
 ALTER USER MAPPING FOR { user_name | USER | CURRENT_USER | PUBLIC }
index cbec3ab54ebed46a7c8bf858db2af30c45ddd554..cdcc4f126ba20868fab9d8ea1275f24c661c1cf4 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ALTER VIEW
+
  
   ALTER VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the definition of a view
  
 
-  ALTER VIEW
-
  
 
 ALTER VIEW [ IF EXISTS ] name ALTER [ COLUMN ] column_name SET DEFAULT expression
index 8063e3752e2e8c04a21ed4c54aee72ac8788555f..08d316a9e43a0918742ef95f1655f7ae5f68675b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ANALYZE
+
  
   ANALYZE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   collect statistics about a database
  
 
-  ANALYZE
-
  
 
 ANALYZE [ VERBOSE ] [ table_name [ ( column_name [, ...] ) ] ]
index acd823206a4e80bba7a72833ceba95b44634c5d2..c04f1c8064ccfbf73567dce891edd78a71d448b9 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  BEGIN
+
  
   BEGIN
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   start a transaction block
  
 
-  BEGIN
-
  
 
 BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]
index e70b8c8cb4a052c8f76ab0cee8b2d6c7e449a39e..fa4dcc4f27d7036149092cc45fc8854d543f9b3d 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  CHECKPOINT
+
  
   CHECKPOINT
   7
   force a transaction log checkpoint
  
 
-  CHECKPOINT
-
  
 
 CHECKPOINT
index 4af6af74922944dfd09a7ef341632500de26cd01..aacc667144b1bcd5841c290abf8f4ab422893e85 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  CLOSE
+
+  cursor
+  CLOSE
+
  
   CLOSE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   close a cursor
  
 
-  CLOSE
-
-  cursor
-  CLOSE
-
  
 
 CLOSE { name | ALL }
index 339990fa4d6bec65f63d86d34c51838373fa186a..2ab090d03e51be58c1bcc593d29a30f1d9667fe5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CLUSTER
+
  
   CLUSTER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   cluster a table according to an index
  
 
-  CLUSTER
-
  
 
 CLUSTER [VERBOSE] table_name [ USING index_name ]
index 1316932450082aa34bd49a90a1d1cd3760ecdf7e..c13d74853ebbee33d8f277195f3ef31e7d69bd49 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  clusterdb
+
  
   clusterdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   cluster a PostgreSQL database
  
 
-  clusterdb
-
  
   
    clusterdb
index 1b2949f64f1e00ad2713f66c73580a103a556893..53eadcdcc7635db2bc4cf455bb82b526157d457c 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  COMMENT
+
  
   COMMENT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define or change the comment of an object
  
 
-  COMMENT
-
  
 
 COMMENT ON
index 40147a54769b8b22a47d08153e641e5db633eac5..e93c216849b2d89da0328cf7817f08d89743c0a0 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  COMMIT
+
  
   COMMIT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   commit the current transaction
  
 
-  COMMIT
-
  
 
 COMMIT [ WORK | TRANSACTION ]
index ecd0c525f2077789c7d7ba774677cb4c2af7779c..e1988ad318b4084060f8ca75a7cac6386bbea383 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  COMMIT PREPARED
+
  
   COMMIT PREPARED
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   commit a transaction that was earlier prepared for two-phase commit
  
 
-  COMMIT PREPARED
-
  
 
 COMMIT PREPARED transaction_id
index 1ecc939eead4a70860f4fb717abfa13c6294a263..99f246af1717abaf753114d05682926cb4e79816 100644 (file)
@@ -5,6 +5,10 @@ PostgreSQL documentation
 
 
 
+  COPY
+
  
   COPY
   7
@@ -16,10 +20,6 @@ PostgreSQL documentation
   copy data between a file and a table
  
 
-  COPY
-
  
 
 COPY table_name [ ( column_name [, ...] ) ]
index d15fcbae959c5818100417175140f0cef7ac4f56..e5fc718654494a397c017c91bb0d9f69497931ca 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE AGGREGATE
+
  
   CREATE AGGREGATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new aggregate function
  
 
-  CREATE AGGREGATE
-
  
 
 CREATE AGGREGATE name ( [ argmode ] [ argname ] arg_data_type [ , ... ] ) (
index 29ea298a468bd9b71707645d2081d0f4bf874692..2e69a10a8ef2d30d8299c345a4da6acc94a75712 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  CREATE CAST
+
  
   CREATE CAST
   7
   define a new cast
  
 
-  CREATE CAST
-
  
 
 CREATE CAST (source_type AS target_type)
index c85357681436cad35e280c219650b6184c5ed32c..d757cdfb4348b2007c4cab76c19a6cbe8a11bbf5 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  CREATE COLLATION
+
  
   CREATE COLLATION
   7
   define a new collation
  
 
-  CREATE COLLATION
-
  
 
 CREATE COLLATION name (
index 084b60c4c162c5f7469987974f7f37ba3f88557c..d2e2c010ef3995f1ff37bfa65a8520078209854a 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  CREATE CONVERSION
+
  
   CREATE CONVERSION
   7
   define a new encoding conversion
  
 
-  CREATE CONVERSION
-
  
 
 CREATE [ DEFAULT ] CONVERSION name
index 5158854841f4daf1afb051cb2306fba3dafad2a0..8e99761b69d98590b5b16ed5947ff5b283129176 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE DATABASE
+
  
   CREATE DATABASE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   create a new database
  
 
-  CREATE DATABASE
-
  
 
 CREATE DATABASE name
index 49db069f89577eab9fe60d38b54337d3352eb392..dd782e48dcec5fdf57244f149c653e097842e921 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE DOMAIN
+
  
   CREATE DOMAIN
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new domain
  
 
-  CREATE DOMAIN
-
  
 
 CREATE DOMAIN name [ AS ] data_type
index ed663225966d0bf46b0585937966cda103da36fc..7cdf4c75f67d2bcaaf68a295783e7254133736bd 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE EVENT TRIGGER
+
  
   CREATE EVENT TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new event trigger
  
 
-  CREATE EVENT TRIGGER
-
  
 
 CREATE EVENT TRIGGER name
index 9c9bf6ff7d757ac1948d64038376f60edc012f46..a1e7e4f812c0ca3eca233a77f98d90d7dec0c53b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE EXTENSION
+
  
   CREATE EXTENSION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   install an extension
  
 
-  CREATE EXTENSION
-
  
 
 CREATE EXTENSION [ IF NOT EXISTS ] extension_name
index cbe50021f4f42d2f2f56e53b6b7cf38dc3bb5790..a3811a3b636bad71b7cd17a59de9cb9861582e4e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE FOREIGN DATA WRAPPER
+
  
   CREATE FOREIGN DATA WRAPPER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new foreign-data wrapper
  
 
-  CREATE FOREIGN DATA WRAPPER
-
  
 
 CREATE FOREIGN DATA WRAPPER name
index 1ef4b5e9d7427e1babad14a5c329e03c0bd6604a..06a70879c9af211ed2eddf7f160cd9c9119de1ed 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  CREATE FOREIGN TABLE
+
  
   CREATE FOREIGN TABLE
   7
   define a new foreign table
  
 
-  CREATE FOREIGN TABLE
-
  
 
 CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name ( [
index b61b9785ee9f7039519063a690964db23a4465ea..2001921535199af851e5311c3a1d0b00d862a681 100644 (file)
@@ -3,6 +3,10 @@ doc/src/sgml/ref/create_function.sgml
 -->
 
 
+  CREATE FUNCTION
+
  
   CREATE FUNCTION
   7
@@ -14,10 +18,6 @@ doc/src/sgml/ref/create_function.sgml
   define a new function
  
 
-  CREATE FUNCTION
-
  
 
 CREATE [ OR REPLACE ] FUNCTION
index 3a84c8358af529e77f27187f6abf85f19450bcc3..981ce51e5f4aa7a4e54ed962c4675c80281137c8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE GROUP
+
  
   CREATE GROUP
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new database role
  
 
-  CREATE GROUP
-
  
 
 CREATE GROUP name [ [ WITH ] option [ ... ] ]
index 9a6a683e12d41c7928568a5b00348174f3225c1d..e469b17e1687527f2fee63fe80cc89ef29fd4923 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE INDEX
+
  
   CREATE INDEX
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new index
  
 
-  CREATE INDEX
-
  
 
 CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ name ] ON table_name [ USING method ]
index 0995b13623cae3e0308f672adb82f239bd5149a5..41da16d9775c580e0b8e3485c8c9f637e8033951 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE LANGUAGE
+
  
   CREATE LANGUAGE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new procedural language
  
 
-  CREATE LANGUAGE
-
  
 
 CREATE [ OR REPLACE ] [ PROCEDURAL ] LANGUAGE name
index b742e17ac828a64f816650e7c8c78c3f67bffd78..2c73852ae389412c9dd0a1f3632f93ae3b18c1e9 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE MATERIALIZED VIEW
+
  
   CREATE MATERIALIZED VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new materialized view
  
 
-  CREATE MATERIALIZED VIEW
-
  
 
 CREATE MATERIALIZED VIEW table_name
index 81b9e538af13511b68dede9c366c1a60fdd2919e..b21a1a13b32feef57d7fd73552010aba2f32f6a4 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE OPERATOR CLASS
+
  
   CREATE OPERATOR CLASS
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new operator class
  
 
-  CREATE OPERATOR CLASS
-
  
 
 CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type
index dd33f065afcfe9b2507865113654912dc3b9a245..818e3a2315a569227933d48bde8358042d10b5cf 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE OPERATOR
+
  
   CREATE OPERATOR
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new operator
  
 
-  CREATE OPERATOR
-
  
 
 CREATE OPERATOR name (
index 5bee54419a64a367d75864ba5b81ded1314c7b55..c4bcf0863ef905c6982776b82fd76da90d854323 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE OPERATOR FAMILY
+
  
   CREATE OPERATOR FAMILY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new operator family
  
 
-  CREATE OPERATOR FAMILY
-
  
 
 CREATE OPERATOR FAMILY name USING index_method
index 7ec4d0a8e4cdcf2f15ae247429f0cd048a848690..641e3500c9ad1c6cac5a85bfa4e9568c7342cd74 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE ROLE
+
  
   CREATE ROLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new database role
  
 
-  CREATE ROLE
-
  
 
 CREATE ROLE name [ [ WITH ] option [ ... ] ]
index ab2f1ba55c7924fff6bfe378a2d71e7052fe260a..d3212b5e5a02e888517a02ec51adfa814161c3a5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE RULE
+
  
   CREATE RULE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new rewrite rule
  
 
-  CREATE RULE
-
  
 
 CREATE [ OR REPLACE ] RULE name AS ON event
index 550acf1a535a8c8f776459befac61a7988e06aa1..45e4637ab5b21f6b6e05294aaa71081cdf9f17c4 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE SCHEMA
+
  
   CREATE SCHEMA
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new schema
  
 
-  CREATE SCHEMA
-
  
 
 CREATE SCHEMA schema_name [ AUTHORIZATION user_name ] [ schema_element [ ... ] ]
index 38d160d4acb44085068ef9c494182a2df615cd09..70b9f3d110dd2ff45219e230ac2ac78105705711 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE SEQUENCE
+
  
   CREATE SEQUENCE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new sequence generator
  
 
-  CREATE SEQUENCE
-
  
 
 CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]
index 3e6127a3898c27d747df74442b51b6c7fa0a93d0..734c6c9fe81aa36d079e089521967ddbc119b2c8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE SERVER
+
  
   CREATE SERVER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new foreign server
  
 
-  CREATE SERVER
-
  
 
 CREATE SERVER server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
index 7a01c63d5f028815d7dc78b8b9cb4efbd13e515e..fc7ad09786f257e65850bb6db7c09bd293c13d2d 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TABLE
+
  
   CREATE TABLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new table
  
 
-  CREATE TABLE
-
  
 
 CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [
index 29c80405bf15c3240712a55a9abd4c052cf5048d..b353a43761307530de1c5665c1a6737609a28d0f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TABLE AS
+
  
   CREATE TABLE AS
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new table from the results of a query
  
 
-  CREATE TABLE AS
-
  
 
 CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE table_name
index 04c5fb8a1d5418ad56bffb031aa38a7d36707f9c..b6435650578be2c50b1543cc6572bc61b9164db7 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TABLESPACE
+
  
   CREATE TABLESPACE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new tablespace
  
 
-  CREATE TABLESPACE
-
  
 
 CREATE TABLESPACE tablespace_name
index e5ec738a4877e29e7214099c7c79a1ab0b08ee4f..a8fba49e4c3ca3bb901d89b5515538b0ea764f50 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TRIGGER
+
  
   CREATE TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new trigger
  
 
-  CREATE TRIGGER
-
  
 
 CREATE [ CONSTRAINT ] TRIGGER name { BEFORE | AFTER | INSTEAD OF } { event [ OR ... ] }
index c34d1c0a22efa6f7d90beeeaae418240998339f6..63321520df2e058c319febd4193610636062e3ec 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TEXT SEARCH CONFIGURATION
+
  
   CREATE TEXT SEARCH CONFIGURATION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new text search configuration
  
 
-  CREATE TEXT SEARCH CONFIGURATION
-
  
 
 CREATE TEXT SEARCH CONFIGURATION name (
index 2673bc5df77bebd8e0625e2d6f4e5dc089ab01eb..9c95c116083f49af06bb378153db3f90b77a06b3 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TEXT SEARCH DICTIONARY
+
  
   CREATE TEXT SEARCH DICTIONARY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new text search dictionary
  
 
-  CREATE TEXT SEARCH DICTIONARY
-
  
 
 CREATE TEXT SEARCH DICTIONARY name (
index 7643f0852d02617e17e0c54fbaf6b11438546e77..044581f6f292cf398b87ef5d2937ca33241681f8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TEXT SEARCH PARSER
+
  
   CREATE TEXT SEARCH PARSER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new text search parser
  
 
-  CREATE TEXT SEARCH PARSER
-
  
 
 CREATE TEXT SEARCH PARSER name (
index 532419c7038541a84b9292643b91ca9a7976d5d7..360ad41f354a1701558ba0b1d0a77ca606398d4d 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TEXT SEARCH TEMPLATE
+
  
   CREATE TEXT SEARCH TEMPLATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new text search template
  
 
-  CREATE TEXT SEARCH TEMPLATE
-
  
 
 CREATE TEXT SEARCH TEMPLATE name (
index 606efeee8601fffe91026f6e1e61da36770f6bd8..e5d7992bbf56d3a27d1330be651a0d0ffe9c1a09 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE TYPE
+
  
   CREATE TYPE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new data type
  
 
-  CREATE TYPE
-
  
 
 CREATE TYPE name AS
index 3ef2be17676356577b6f89df8716785ba33c9fa7..065999c85a4df610908c1e762d7bc3435406986b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE USER
+
  
   CREATE USER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new database role
  
 
-  CREATE USER
-
  
 
 CREATE USER name [ [ WITH ] option [ ... ] ]
index c7cc4ce5746c8276303bc977ab82f0977b676efd..bb0c9c0b0380d14169f633d1f4cb97f3e1cd0b3a 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE USER MAPPING
+
  
   CREATE USER MAPPING
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new mapping of a user to a foreign server
  
 
-  CREATE USER MAPPING
-
  
 
 CREATE USER MAPPING FOR { user_name | USER | CURRENT_USER | PUBLIC }
index e0fbe1e5e509a42d5b148f2e7c0a2f0c7bbcb88b..57bfae3084964b54e36346aa1ebee3b32ce91506 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  CREATE VIEW
+
  
   CREATE VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new view
  
 
-  CREATE VIEW
-
  
 
 CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW name [ ( column_name [, ...] ) ]
index 7dbedc2e90987d6479ed5a50f6a300380803fa9c..c363bd4a5654e772dd6ab3b27f72f37a4d7b9295 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  createdb
+
  
   createdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   create a new PostgreSQL database
  
 
-  createdb
-
  
   
    createdb
index 2bc43627e5462614dcd7b3361cc9d024b9f8e698..e9c95d3278b620604d093bea2fbe2574dbf2ffa4 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  createlang
+
  
   createlang
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   install a PostgreSQL procedural language
  
 
-  createlang
-
  
   
    createlang
index 63d4c6c4a81b05d702fffc9e283e3f8c902103bb..4332008c68bd69d1192d730d5cf1d66b4d147ca8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  createuser
+
  
   createuser
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new PostgreSQL user account
  
 
-  createuser
-
  
   
    createuser
index 950c4e835de81b2bc48987057f4c1242ae8c566f..394b125f5230ef00b74fa5e4606c320324a2a079 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  DEALLOCATE
+
+  prepared statements
+  removing
+
  
   DEALLOCATE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   deallocate a prepared statement
  
 
-  DEALLOCATE
-
-  prepared statements
-  removing
-
  
 
 DEALLOCATE [ PREPARE ] { name | ALL }
index d500faaa74333feb674bff05f6d1d03c7d37b8aa..5cb85cc568fc6fe0a2d7809e32623f690959d1cc 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  DECLARE
+
+  cursor
+  DECLARE
+
  
   DECLARE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   define a cursor
  
 
-  DECLARE
-
-  cursor
-  DECLARE
-
  
 
 DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
index 5d2ad3fde56c7f7c37123add2c24e200024de996..74ea90787bb075aa0f718afa9ecf040e47bd3421 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DELETE
+
  
   DELETE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   delete rows of a table
  
 
-  DELETE
-
  
 
 [ WITH [ RECURSIVE ] with_query [, ...] ]
index 762f86571168b0d34478d953a6bbe68ed5ac3720..5b06a638c5f93f55fb6501dd775aac8a48367a5e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DISCARD
+
  
   DISCARD
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   discard session state
  
 
-  DISCARD
-
  
 
 DISCARD { ALL | PLANS | SEQUENCES | TEMPORARY | TEMP }
index 5f43d1cf52c4912338591b7c86c9133054c0f7c2..ed5e588ee713ce51b83bfdec884f4cd905483ed0 100644 (file)
@@ -4,6 +4,14 @@ PostgreSQL documentation
 -->
 
 
+  DO
+
+  anonymous code blocks
+
  
   DO
   7
@@ -15,14 +23,6 @@ PostgreSQL documentation
   execute an anonymous code block
  
 
-  DO
-
-  anonymous code blocks
-
  
 
 DO [ LANGUAGE lang_name ] code
index e89e76268fe938fd3b9c28bbcf44a132ffc57f6d..37683e51eff3671e2528ed79bf9e7a576ff76c4a 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP AGGREGATE
+
  
   DROP AGGREGATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an aggregate function
  
 
-  DROP AGGREGATE
-
  
 
 DROP AGGREGATE [ IF EXISTS ] name ( aggregate_signature ) [ CASCADE | RESTRICT ]
index 589c6ac39b35c880a7ed9189ac7be1855fc4fcfd..dae3a39fce2733ff344186eb64dcde00af14c68f 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  DROP CAST
+
  
   DROP CAST
   7
   remove a cast
  
 
-  DROP CAST
-
  
 
 DROP CAST [ IF EXISTS ] (source_type AS target_type) [ CASCADE | RESTRICT ]
index 64a48eec2b0b4bad8589730b87f75cba913bf63f..f00c88679b7a1b0e5121de604b14c243d5d69c7e 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  DROP COLLATION
+
  
   DROP COLLATION
   7
   remove a collation
  
 
-  DROP COLLATION
-
  
 
 DROP COLLATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 6f866438fbb59e862ff51826b22769f3864a1aa5..1a33b3dcc522c1b990190ae775f59942e8ce0ee3 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  DROP CONVERSION
+
  
   DROP CONVERSION
   7
   remove a conversion
  
 
-  DROP CONVERSION
-
  
 
 DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 89ee7b2507952547caea7c63c52752395207edc2..740aa319951283810f9001461e6d18c11fab40c2 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP DATABASE
+
  
   DROP DATABASE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a database
  
 
-  DROP DATABASE
-
  
 
 DROP DATABASE [ IF EXISTS ] name
index b7b9a167c11f2b5294d3e43305cd74e932ddd018..995d09ec8e9119dfb25793b4cec15dd4d000ea8b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP DOMAIN
+
  
   DROP DOMAIN
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a domain
  
 
-  DROP DOMAIN
-
  
 
 DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 86f9628fd8c35fe9c2ed3cf980abfe158cec189b..cf42e150614d4478ce2c5cb1879063c795df4f5a 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP EVENT TRIGGER
+
  
   DROP EVENT TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an event trigger
  
 
-  DROP EVENT TRIGGER
-
  
 
 DROP EVENT TRIGGER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index bcc5cfe78058f55a24933ee7aedf1645fc6bcac6..3bb9d9cb4cf848fef899ecd61bfbf6c2e5c0eab0 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP EXTENSION
+
  
   DROP EXTENSION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an extension
  
 
-  DROP EXTENSION
-
  
 
 DROP EXTENSION [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 18fa4fe4a575c35acbe23c2e9cef4cd876e15ab6..e43e0bda8b0621e371ebf67b69b59458c4a5234c 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP FOREIGN DATA WRAPPER
+
  
   DROP FOREIGN DATA WRAPPER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a foreign-data wrapper
  
 
-  DROP FOREIGN DATA WRAPPER
-
  
 
 DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 1f66126a335681190c2f49f06170c876e5cdd822..3c6376413e79492b31d0bd2058c5124e18f0322c 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  DROP FOREIGN TABLE
+
  
   DROP FOREIGN TABLE
   7
   remove a foreign table
  
 
-  DROP FOREIGN TABLE
-
  
 
 DROP FOREIGN TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 2d0048be2882fe838f2ac9a14dfd849cde96f7c4..51b8ede5fbfb04528285c3cba23b7db673cb15df 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP FUNCTION
+
  
   DROP FUNCTION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a function
  
 
-  DROP FUNCTION
-
  
 
 DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] )
index 57f686497e38384aae6748898801b0639ccd929d..e601ff4172c0c84f466922c432f53813d84104dc 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP GROUP
+
  
   DROP GROUP
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a database role
  
 
-  DROP GROUP
-
  
 
 DROP GROUP [ IF EXISTS ] name [, ...]
index 98fd9c966c3b2cbd0fdc3bf5609e2ab6d64f6b16..d66d30edf7442c6a63b4cb68263415e6a5a5d9f6 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP INDEX
+
  
   DROP INDEX
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an index
  
 
-  DROP INDEX
-
  
 
 DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index c2cb7045dedf0f2c66a332890dde18df14fd7f94..defae43c1a205b0a6d515f3977296a79fc50ecd0 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP LANGUAGE
+
  
   DROP LANGUAGE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a procedural language
  
 
-  DROP LANGUAGE
-
  
 
 DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 80d8acea36da597f6c9d5745bb193c60e71310fa..f3ddfb06e8ce425e552ec92b379c61efcabc68b9 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP MATERIALIZED VIEW
+
  
   DROP MATERIALIZED VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a materialized view
  
 
-  DROP MATERIALIZED VIEW
-
  
 
 DROP MATERIALIZED VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index a20293ce9769476741415f24f2113b586a589d77..2ee8f883b6c3b078d676f5525d47aa389cf85f10 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP OPERATOR CLASS
+
  
   DROP OPERATOR CLASS
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an operator class
  
 
-  DROP OPERATOR CLASS
-
  
 
 DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]
index 3091454fdc5846e8dc2b0fc8e178d34976bdf4c8..902e4f3fa6aa2b2d48d65c5dd551db92dbebe171 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP OPERATOR
+
  
   DROP OPERATOR
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an operator
  
 
-  DROP OPERATOR
-
  
 
 DROP OPERATOR [ IF EXISTS ] name ( { left_type | NONE } , { right_type | NONE } ) [ CASCADE | RESTRICT ]
index 4cc67ef0530de32024d6f81718e1a586d496f104..d665e938833b8978e2caaecabea4625e2834019b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP OPERATOR FAMILY
+
  
   DROP OPERATOR FAMILY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove an operator family
  
 
-  DROP OPERATOR FAMILY
-
  
 
 DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]
index 48cf0fa535bf25a5d4bc087f1de2b23d9581104f..1cd8e60e400aa083d83cf4298d8c747125b9f135 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP OWNED
+
  
   DROP OWNED
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove database objects owned by a database role
  
 
-  DROP OWNED
-
  
 
 DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]
index 92c0fb863dd3748f00a26cbbc78c698758b1b0a9..9a93da624a5ab8a8e1bbe1da5741729165502fb8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP ROLE
+
  
   DROP ROLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a database role
  
 
-  DROP ROLE
-
  
 
 DROP ROLE [ IF EXISTS ] name [, ...]
index c845872566c93baa93dc30f2d5f664697e9bb1d8..16ab2b1bb571b4739e0308e0e8433e8dfe0f6e32 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP RULE
+
  
   DROP RULE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a rewrite rule
  
 
-  DROP RULE
-
  
 
 DROP RULE [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ]
index 15dbc40817a74117e6b3ba1d028855c1d0564c58..859f17e185728af48ca474c5c0c0e4ee05578384 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP SCHEMA
+
  
   DROP SCHEMA
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a schema
  
 
-  DROP SCHEMA
-
  
 
 DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index f810b5976c19a289d2be09936da30fc70631eaf6..b0f9cddda744e7a321a0a6b236d301a05141d597 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP SEQUENCE
+
  
   DROP SEQUENCE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a sequence
  
 
-  DROP SEQUENCE
-
  
 
 DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index a6e6743357edec005249a25c0918fd91f3e26eea..497d83fb4aa61b076f8e7d948921cd50c0364882 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP SERVER
+
  
   DROP SERVER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a foreign server descriptor
  
 
-  DROP SERVER
-
  
 
 DROP SERVER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index fc51c7c622860b3be2ede3f46fb1bede4c4240c2..4cb1f49b3aa61415f9d7dc1378a4484979d471a5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TABLE
+
  
   DROP TABLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a table
  
 
-  DROP TABLE
-
  
 
 DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 1db6ecd59ad1b65dda016aeba54c5f0fcb94a499..d0a05af2e14fc8f985d972378be0aebfaf90219f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TABLESPACE
+
  
   DROP TABLESPACE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a tablespace
  
 
-  DROP TABLESPACE
-
  
 
 DROP TABLESPACE [ IF EXISTS ] name
index 3ec6cc7f059f125f4add8c13f0688ec06913099d..2067aefca247e663105b3a1ca9037d048d6b4607 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TRIGGER
+
  
   DROP TRIGGER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a trigger
  
 
-  DROP TRIGGER
-
  
 
 DROP TRIGGER [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ]
index 8fcb0d3d5e247b2a66de317b9a6e6cd8117bfd1c..831485e6a68626774d9de14da0e0702e91c87208 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TEXT SEARCH CONFIGURATION
+
  
   DROP TEXT SEARCH CONFIGURATION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a text search configuration
  
 
-  DROP TEXT SEARCH CONFIGURATION
-
  
 
 DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 12b88cd7d35b20c250e1b518b4eb839274c62381..44b30cbe6767524ff049192315d833ea2a49e122 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TEXT SEARCH DICTIONARY
+
  
   DROP TEXT SEARCH DICTIONARY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a text search dictionary
  
 
-  DROP TEXT SEARCH DICTIONARY
-
  
 
 DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 860d7e20bb376c2812e35ed2e896bfae7522c5de..789e807dbe2b1dfa1b2d52f2d704a0efaf33671f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TEXT SEARCH PARSER
+
  
   DROP TEXT SEARCH PARSER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a text search parser
  
 
-  DROP TEXT SEARCH PARSER
-
  
 
 DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index 8ad419d3ed28d069f7789fdf2cb6b6eb5012f7c2..ebf81367441f3231026d9cc854ea51f14f27a521 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TEXT SEARCH TEMPLATE
+
  
   DROP TEXT SEARCH TEMPLATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a text search template
  
 
-  DROP TEXT SEARCH TEMPLATE
-
  
 
 DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]
index c3ddfa5f425347a748153b9b3645119ee3413dcc..98c8a3cbef5411ee2654fc65dbd3866081b4b14f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP TYPE
+
  
   DROP TYPE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a data type
  
 
-  DROP TYPE
-
  
 
 DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 1bdf03c51560a2987683f45a8b263701ea2bfa47..24e2a87ff2db5ea54cf7675569002cb68c6d8a69 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP USER
+
  
   DROP USER
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a database role
  
 
-  DROP USER
-
  
 
 DROP USER [ IF EXISTS ] name [, ...]
index de21bfe5d7a0b81094adf5d799efe9b0cd518b53..ddfad0bcadb75e608353232378080ce4a1830f08 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP USER MAPPING
+
  
   DROP USER MAPPING
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a user mapping for a foreign server
  
 
-  DROP USER MAPPING
-
  
 
 DROP USER MAPPING [ IF EXISTS ] FOR { user_name | USER | CURRENT_USER | PUBLIC } SERVER server_name
index 51b82664cb374209c612a266c5e5611d561c0812..8b43be5360079cd19602360b3b4a7697e31930d5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  DROP VIEW
+
  
   DROP VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a view
  
 
-  DROP VIEW
-
  
 
 DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
index 4593604f3bc96124162438d03fcb377aa9d14128..16c49e7928bcb739beda3387894686d88f0e2995 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  dropdb
+
  
   dropdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a PostgreSQL database
  
 
-  dropdb
-
  
   
    dropdb
index 81b954a68f0843bac6e1be61cdac104c514c3022..86f05d6b0501a1ed60f3ecc60deecb4c0de9827f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  droplang
+
  
   droplang
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a PostgreSQL procedural language
  
 
-  droplang
-
  
   
    droplang
index 180fb0bb62e67469a0e7bd007bd095a121cdac97..d7ad61b3d63a2a23363de26eef477ae11b6e8dce 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  dropuser
+
  
   dropuser
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove a PostgreSQL user account
  
 
-  dropuser
-
  
   
    dropuser
index edd20dcdd557526cbcb07ff86104093ba39113e4..029bd4a4d2255f8c2c5687d54e8ab59a0e03d2ed 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ecpg
+
  
   ecpg
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   embedded SQL C preprocessor
  
 
-  ecpg
-
  
   
    ecpg
index b60cb2c48bdfdccf0b7bc40317385ee4477cbe64..10e414515bf47e7061bbe929288776e077ca5b61 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  END
+
  
   END
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   commit the current transaction
  
 
-  END
-
  
 
 END [ WORK | TRANSACTION ]
index 2c7308eaa58932e93d130c7027e45edd85f0f6b3..76069c019eab075208c7d89f98c776eb04b2c654 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  EXECUTE
+
+  prepared statements
+  executing
+
  
   EXECUTE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   execute a prepared statement
  
 
-  EXECUTE
-
-  prepared statements
-  executing
-
  
 
 EXECUTE name [ ( parameter [, ...] ) ]
index 0f579fb161fe6336aecb1fd50fd9d2aef38a7c2f..04a78ee82ea2b6ca7225d05779141aa61f0960a5 100644 (file)
@@ -4,17 +4,6 @@ PostgreSQL documentation
 -->
 
 
-  EXPLAIN
-  7
-  SQL - Language Statements
-
-  EXPLAIN
-  show the execution plan of a statement
-
  
   EXPLAIN
  
@@ -29,6 +18,17 @@ PostgreSQL documentation
   showing the query plan
  
 
+  EXPLAIN
+  7
+  SQL - Language Statements
+
+  EXPLAIN
+  show the execution plan of a statement
+
  
 
 EXPLAIN [ ( option [, ...] ) ] statement
index cc49b6f0ce666a58cee53bb4ee21ac08214c5198..24c8c4915690b79a5c8a15469e82796b118783af 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+
+  FETCH
+
+  cursor
+  FETCH
  
   FETCH
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   retrieve rows from a query using a cursor
  
 
-  FETCH
-
-  cursor
-  FETCH
-
  
 
 
index fc3552bc1de6f1fe78a7e157ed9236764924938b..f2b25e546c3bc5b3d50fdd18b9973cad74784926 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  GRANT
+
  
   GRANT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define access privileges
  
 
-  GRANT
-
  
 
 GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }
index b1067e235058bae655249b1bad20c791494ce3d1..228edf75dac0e2a5d5ab9c17a02670cfdc1516a1 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  initdb
+
  
   initdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   create a new PostgreSQL database cluster
  
 
-  initdb
-
  
   
    initdb
index a3930beb38d5becbb2b295eaa64dc66e0e49cc29..a3cccb9f7c79a5bac71ed35a96d171e9b9587041 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  INSERT
+
  
   INSERT
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   create new rows in a table
  
 
-  INSERT
-
  
 
 [ WITH [ RECURSIVE ] with_query [, ...] ]
index 7287d3fc29611dec6466bf92ac71fed6786f7d54..9cd53b02bb2274e230b48edf5b685261c2c796bd 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  LISTEN
+
  
   LISTEN
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   listen for a notification
  
 
-  LISTEN
-
  
 
 LISTEN channel
index f44f313b5eb7ffdaecf2430f24b7bf7dd9e56e57..a5a6ef8e67d9ad44c8998af87c3f0a915d4dfa4f 100644 (file)
@@ -3,6 +3,10 @@ doc/src/sgml/ref/load.sgml
 -->
 
 
+  LOAD
+
  
   LOAD
   7
@@ -14,10 +18,6 @@ doc/src/sgml/ref/load.sgml
   load a shared library file
  
 
-  LOAD
-
  
 
 LOAD 'filename'
index 95d676737617d430b44f87fc9c5fe85d6a952df1..26e424b63e864478a0c4da338d85dea87427a5cf 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  LOCK
+
  
   LOCK
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   lock a table
  
 
-  LOCK
-
  
 
 LOCK [ TABLE ] [ ONLY ] name [ * ] [, ...] [ IN lockmode MODE ] [ NOWAIT ]
index 231f537c860f5a2525154a7c5b62e5855c0c8b5f..ed64f23068999c66412d2c0685da018bf29d878e 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  MOVE
+
+  cursor
+  MOVE
+
  
   MOVE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   position a cursor
  
 
-  MOVE
-
-  cursor
-  MOVE
-
  
 
 
index 307d2f62825a0bb6aeeae2d13be4d91a377716a1..ad574e9ea03228f74ef7bc25bc3ccf1846d60c0f 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  NOTIFY
+
  
   NOTIFY
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   generate a notification
  
 
-  NOTIFY
-
  
 
 NOTIFY channel [ , payload ]
index ea2233123ecae2b8616425ed52ad9ec21c66ea46..84b45ae7a00d591ff40feb327d73087d37f8acee 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_basebackup
+
  
   pg_basebackup
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   take a base backup of a PostgreSQL cluster
  
 
-  pg_basebackup
-
  
   
    pg_basebackup
index 5aac38b3cec88879b5c8337f318cc4dfe6ae28d4..9f6db9e39b4e60bf18ee039520846f23f6dee2af 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_config
+
  
   pg_config
   1
   retrieve information about the installed version of PostgreSQL
  
 
-  pg_config
-
  
   
    pg_config
index c9eebc089e6c88bbee47f1ee1339b8c052665cba..fbf40fcf9de8083f6d79daebe819f8977fa35c20 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_controldata
+
  
   pg_controldata
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   display control information of a PostgreSQL database cluster
  
 
-  pg_controldata
-
  
   
    pg_controldata
index 3107514901ce96463261596931b1721534ca9089..45b53ce1a1a6920641a7b1b34f0c908546d429b6 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_ctl
+
  
   pg_ctl
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   initialize, start, stop, or control a PostgreSQL server
  
 
-  pg_ctl
-
  
   
    pg_ctl
index 8d45f24bd2f68be39c8160da617f0886b608d175..40c69f05421ecadeb0a0540b6773e00b78921294 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_dump
+
  
   pg_dump
   1
@@ -18,10 +22,6 @@ PostgreSQL documentation
   
  
 
-  pg_dump
-
  
   
    pg_dump
index 5c6a101333fe5622e46eb4e457377b81c0af49e5..f33793985f9569762cf40c466b6acd8228f3a3d8 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_dumpall
+
  
   pg_dumpall
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   extract a PostgreSQL database cluster into a script file
  
 
-  pg_dumpall
-
  
   
    pg_dumpall
index bef6a44415551d8864c101ba9311faeb25efeb65..cadfe8eb08183e0aab7543aa3f6570226cce62c6 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_isready
+
  
   pg_isready
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   check the connection status of a PostgreSQL server
  
 
-  pg_isready
-
  
   
    pg_isready
index f05e7180948bd65f0e35d71703e8ffeaf2492771..78c105cc18a96c2142706bc776d46c7cd83526be 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_receivexlog
+
  
   pg_receivexlog
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   streams transaction logs from a PostgreSQL cluster
  
 
-  pg_receivexlog
-
  
   
    pg_receivexlog
index b5286650cec9f5ad47257fbc1c38f8efeb9b4a54..34b06069556da6d41e30994172c8320d563c88c5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  pg_resetxlog
+
  
   pg_resetxlog
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   reset the write-ahead log and other control information of a PostgreSQL database cluster
  
 
-  pg_resetxlog
-
  
   
    pg_resetxlog
index 717da4272dd422035060f09c82f48dfa105c6a37..cd60b2558a4e975eac1e1c0dce70d7ce2b58977c 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  pg_restore
+
  
   pg_restore
   1
   
  
 
-  pg_restore
-
  
   
    pg_restore
index 65fd0a29ffb06ac4262e81d8bd509047c44a37d1..8e225e4c5d0b9e5c22685ef31664664013eef96a 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  postgres
+
  
   postgres
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   PostgreSQL database server
  
 
-  postgres
-
  
   
    postgres
index d66fe1c3defb521383ae44f46cc1c4a0234ee1d6..0a58a6333123f016598fb6a940fe27baf3e59621 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  postmaster
+
  
   postmaster
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   PostgreSQL database server
  
 
-  postmaster
-
  
   
    postmaster
index b1698f2bb8827f13e1bd56e95b585b483d3539db..dbce8f2ef239b453769e42971e42b1d32e4119c8 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  PREPARE
+
+  prepared statements
+  creating
+
  
   PREPARE
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   prepare a statement for execution
  
 
-  PREPARE
-
-  prepared statements
-  creating
-
  
 
 PREPARE name [ ( data_type [, ...] ) ] AS statement
index a379819a0aac8b6cb115e92df78475b5feded4e2..626753f5762d11b7ba8e6b0c563599179cef82aa 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  PREPARE TRANSACTION
+
  
   PREPARE TRANSACTION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   prepare the current transaction for two-phase commit
  
 
-  PREPARE TRANSACTION
-
  
 
 PREPARE TRANSACTION transaction_id
index 94635c56ce9c089d2bda533b65f2260e043b43ce..8813be8f2a2f4599ee6001adcfa7f33fc3c29dda 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  psql
+
   
     psql
     1
@@ -17,10 +21,6 @@ PostgreSQL documentation
     
   
 
-  psql
-
  
   
    psql
index 0d6b1787e29da459f15d7d89a20dd3a405f58799..d7d6abb9d8c81dbe6748be04f5b0585958e52d9c 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  REASSIGN OWNED
+
  
   REASSIGN OWNED
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change the ownership of database objects owned by a database role
  
 
-  REASSIGN OWNED
-
  
 
 REASSIGN OWNED BY old_role [, ...] TO new_role
index d2f8104aa7dff9964bda0d2e57f8795a73b6ec1d..c165c69c9f9848853e15dc5b4e86ad76fb93ca86 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  REFRESH MATERIALIZED VIEW
+
  
   REFRESH MATERIALIZED VIEW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   replace the contents of a materialized view
  
 
-  REFRESH MATERIALIZED VIEW
-
  
 
 REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name
index 722266563eb16c83b5c3463da01011198e736354..54422c3442cc612bb9f5eee2ccd3624285321956 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  REINDEX
+
  
   REINDEX
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   rebuild indexes
  
 
-  REINDEX
-
  
 
 REINDEX { INDEX | TABLE | DATABASE | SYSTEM } name [ FORCE ]
index 3ba9951df8e5ed01ff0dfef2333ea2bac23ad31e..486f5c9367a92d5d7e37c7e13b6ba3b756e89210 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  reindexdb
+
  
   reindexdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   reindex a PostgreSQL database
  
 
-  reindexdb
-
  
   
    reindexdb
index 99b16d48e9db56d5dca336dacf5c09e82cdec3d2..b331b7226b04aac6010a340c67b335c0abb72b0b 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  RELEASE SAVEPOINT
+
+  savepoints
+  releasing
+
  
   RELEASE SAVEPOINT
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   destroy a previously defined savepoint
  
 
-  RELEASE SAVEPOINT
-
-  savepoints
-  releasing
-
  
 
 RELEASE [ SAVEPOINT ] savepoint_name
index d1ce7fb12467b09f14f2c78fed6d9c3b10347ad0..7e76891bde0256e1ac3275589a8c2a7f65c13864 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  RESET
+
  
   RESET
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   restore the value of a run-time parameter to the default value
  
 
-  RESET
-
  
 
 RESET configuration_parameter
index d2c5a4a5054b3c6367ca09509fa2b22cf4b19ac0..36c286bf0df14003c46e62ea43d3a3dd3be0c040 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  REVOKE
+
  
   REVOKE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   remove access privileges
  
 
-  REVOKE
-
  
 
 REVOKE [ GRANT OPTION FOR ]
index 9a1529f0b48c636c518861bad1d61d85f1998cc5..b0b1e8d0e3fddc993c21f65b48c8c7036f57c177 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ROLLBACK
+
  
   ROLLBACK
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   abort the current transaction
  
 
-  ROLLBACK
-
  
 
 ROLLBACK [ WORK | TRANSACTION ]
index 514e5ae441a345b77e8261ab1e088247f998852d..a5328e96a299a5a6c7fc656cb3e5f78dd50609e5 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  ROLLBACK PREPARED
+
  
   ROLLBACK PREPARED
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   cancel a transaction that was earlier prepared for two-phase commit
  
 
-  ROLLBACK PREPARED
-
  
 
 ROLLBACK PREPARED transaction_id
index c21449af676bbfe6f7204ec39b612e7e016ba106..060f408a6337a2b2fe4eccc8d14c619206582fb9 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  ROLLBACK TO SAVEPOINT
+
+  savepoints
+  rolling back
+
  
   ROLLBACK TO SAVEPOINT
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   roll back to a savepoint
  
 
-  ROLLBACK TO SAVEPOINT
-
-  savepoints
-  rolling back
-
  
 
 ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name
index 2ea873bfc77610abf1978df8aef4a4f88dd0ad9b..5b944a256150df0ba9a510397471e658aca14727 100644 (file)
@@ -4,6 +4,15 @@ PostgreSQL documentation
 -->
 
 
+  SAVEPOINT
+
+  savepoints
+  defining
+
  
   SAVEPOINT
   7
@@ -15,15 +24,6 @@ PostgreSQL documentation
   define a new savepoint within the current transaction
  
 
-  SAVEPOINT
-
-  savepoints
-  defining
-
  
 
 SAVEPOINT savepoint_name
index d7595654e4d7a5a329786583577e51eca9ddac71..6e2bd25240b728d8aa8a1b21382f2a802c287451 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  SECURITY LABEL
+
  
   SECURITY LABEL
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define or change a security label applied to an object
  
 
-  SECURITY LABEL
-
  
 
 SECURITY LABEL [ FOR provider ] ON
index 9a468b98c0a750cf6c2f7c75ad2add3640c59841..7395754662710b2055fa44ae6665d2c7e1a0bd03 100644 (file)
@@ -4,19 +4,6 @@ PostgreSQL documentation
 -->
 
 
-  SELECT
-  7
-  SQL - Language Statements
-
-  SELECT
-  TABLE
-  WITH
-  retrieve rows from a table or view
-
  
   SELECT
  
@@ -30,6 +17,19 @@ PostgreSQL documentation
   in SELECT
  
 
+  SELECT
+  7
+  SQL - Language Statements
+
+  SELECT
+  TABLE
+  WITH
+  retrieve rows from a table or view
+
  
 
 [ WITH [ RECURSIVE ] with_query [, ...] ]
index 48b789b580554036301e332a4918ea9a3af15f48..cf163725288ffebdf5b4babe33acff806558b040 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  SELECT INTO
+
  
   SELECT INTO
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   define a new table from the results of a query
  
 
-  SELECT INTO
-
  
 
 [ WITH [ RECURSIVE ] with_query [, ...] ]
index aaad61eb4fd6a7a6edc8ce7e374fa3177cf81310..4ebb6a627b64a847eb718cfe5313d732be022bdb 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  SET
+
  
   SET
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   change a run-time parameter
  
 
-  SET
-
  
 
 SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }
index 60cabeda3c4e8c1c5fd19297c51d561fcbe94b18..7c31871b0bd2b7acbbfe466eeb29aae68c0b7f0d 100644 (file)
@@ -1,5 +1,9 @@
 
 
+  SET CONSTRAINTS
+
  
   SET CONSTRAINTS
   7
   set constraint check timing for the current transaction
  
 
-  SET CONSTRAINTS
-
  
 
 SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }
index bb6ea5179f84c0cbc675f20f48c27971e7cac949..8e2deb76351765453a55f1b5195258ef1a70682e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  SET ROLE
+
  
   SET ROLE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   set the current user identifier of the current session
  
 
-  SET ROLE
-
  
 
 SET [ SESSION | LOCAL ] ROLE role_name
index 856b030127a15e15e3ef5dadb074d972e052c136..4ac21289507eb4601f0b156927cf9bf87200ad40 100644 (file)
@@ -1,5 +1,9 @@
 
 
+  SET SESSION AUTHORIZATION
+
  
   SET SESSION AUTHORIZATION
   7
   set the session user identifier and the current user identifier of the current session
  
 
-  SET SESSION AUTHORIZATION
-
  
 
 SET [ SESSION | LOCAL ] SESSION AUTHORIZATION user_name
index 029b75a2bcc06bb700398dd2f68ef8ebe90b118f..ca55a5b19666223d2ff232d18ba8638335b9d99b 100644 (file)
@@ -1,16 +1,5 @@
 
 
-  SET TRANSACTION
-  7
-  SQL - Language Statements
-
-  SET TRANSACTION
-  set the characteristics of the current transaction
-
  
   SET TRANSACTION
  
   setting
  
 
+  SET TRANSACTION
+  7
+  SQL - Language Statements
+
+  SET TRANSACTION
+  set the characteristics of the current transaction
+
  
 
 SET TRANSACTION transaction_mode [, ...]
index 4a6a3fc7fe9c2de90f08fd87d96533fbbd5fb473..46bb239baf22767d28321022c6e21dddd8de8e46 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  SHOW
+
  
   SHOW
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   show the value of a run-time parameter
  
 
-  SHOW
-
  
 
 SHOW name
index f25a3e9536ee217908d01b45ea774ea9e44efd70..60926f5dfef3a637b19de6a3a480e417db694569 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  START TRANSACTION
+
  
   START TRANSACTION
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   start a transaction block
  
 
-  START TRANSACTION
-
  
 
 START TRANSACTION [ transaction_mode [, ...] ]
index 7b9c2f30128fbb3283b1e8fc0467134a574051c0..87516c9cc365dc6054cd9e36b4226d37c433fa6e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  TRUNCATE
+
  
   TRUNCATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   empty a table or set of tables
  
 
-  TRUNCATE
-
  
 
 TRUNCATE [ TABLE ] [ ONLY ] name [ * ] [, ... ]
index c6436829d6089303b48429a43281d507c537ea7a..f7c3c47e2f33c55715c81f6ddef2d86ac2a03d6b 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  UNLISTEN
+
  
   UNLISTEN
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   stop listening for a notification
  
 
-  UNLISTEN
-
  
 
 UNLISTEN { channel | * }
index 90b92085cd2272946a0d1b99d82f16eff8afc01d..7f565be3c2003f02b642f69c2aeb6ad364e7cf32 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  UPDATE
+
  
   UPDATE
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   update rows of a table
  
 
-  UPDATE
-
  
 
 [ WITH [ RECURSIVE ] with_query [, ...] ]
index 23c3ca89c73b60c39e71e40d1a4b0702e3baeac3..450c94fcd3eab2096488a0d452e3d0b2c9b9e47e 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  VACUUM
+
  
   VACUUM
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   garbage-collect and optionally analyze a database
  
 
-  VACUUM
-
  
 
 VACUUM [ ( { FULL | FREEZE | VERBOSE | ANALYZE } [, ...] ) ] [ table_name [ (column_name [, ...] ) ] ]
index a5216ec038946f6ff2a0ae2ba0d50e01ac4a5fc7..1c519f5944f60e315c8bf617aaf6434c3d386866 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  vacuumdb
+
  
   vacuumdb
   1
@@ -15,10 +19,6 @@ PostgreSQL documentation
   garbage-collect and analyze a PostgreSQL database
  
 
-  vacuumdb
-
  
   
    vacuumdb
index 1f0e9a8ba11d0923f8325b62f27e40f630352e3d..0fb3cd7bc2da592acc1d9ebacdf207ccd2250d86 100644 (file)
@@ -4,6 +4,10 @@ PostgreSQL documentation
 -->
 
 
+  VALUES
+
  
   VALUES
   7
@@ -15,10 +19,6 @@ PostgreSQL documentation
   compute a set of rows
  
 
-  VALUES
-
  
 
 VALUES ( expression [, ...] ) [, ...]
index 079a4571fb894c59c082c26d694d49f4da4e4ec4..d8af07e5d2f73dfb1f477b0ec1f9f123e09332aa 100644 (file)
@@ -63,6 +63,8 @@
  Interface Functions
 
  
+  SPI_connect
+
   
    SPI_connect
    3
@@ -73,8 +75,6 @@
    connect a procedure to the SPI manager
  
 
SPI_connect
-
  
 
 int SPI_connect(void)
@@ -135,6 +135,8 @@ int SPI_connect(void)
 
 
 
SPI_finish
+
  
   SPI_finish
   3
@@ -145,8 +147,6 @@ int SPI_connect(void)
   disconnect a procedure from the SPI manager
  
 
SPI_finish
-
  
 
 int SPI_finish(void)
@@ -201,6 +201,8 @@ int SPI_finish(void)
 
 
 
SPI_push
+
  
   SPI_push
   3
@@ -211,8 +213,6 @@ int SPI_finish(void)
   push SPI stack to allow recursive SPI usage
  
 
SPI_push
-
  
 
 void SPI_push(void)
@@ -249,6 +249,8 @@ void SPI_push(void)
 
 
 
SPI_pop
+
  
   SPI_pop
   3
@@ -259,8 +261,6 @@ void SPI_push(void)
   pop SPI stack to return from recursive SPI usage
  
 
SPI_pop
-
  
 
 void SPI_pop(void)
@@ -281,6 +281,8 @@ void SPI_pop(void)
 
 
 
SPI_execute
+
  
   SPI_execute
   3
@@ -291,8 +293,6 @@ void SPI_pop(void)
   execute a command
  
 
SPI_execute
-
  
 
 int SPI_execute(const char * command, bool read_only, long count)
@@ -637,6 +637,8 @@ typedef struct
 
 
 
SPI_exec
+
  
   SPI_exec
   3
@@ -647,8 +649,6 @@ typedef struct
   execute a read/write command
  
 
SPI_exec
-
  
 
 int SPI_exec(const char * command, long count)
@@ -703,6 +703,8 @@ int SPI_exec(const char * command, long count<
 
 
 
SPI_execute_with_args
+
  
   SPI_execute_with_args
   3
@@ -713,8 +715,6 @@ int SPI_exec(const char * command, long count<
   execute a command with out-of-line parameters
  
 
SPI_execute_with_args
-
  
 
 int SPI_execute_with_args(const char *command,
@@ -856,6 +856,8 @@ int SPI_execute_with_args(const char *command,
 
 
 
SPI_prepare
+
  
   SPI_prepare
   3
@@ -866,8 +868,6 @@ int SPI_execute_with_args(const char *command,
   prepare a statement, without executing it yet
  
 
SPI_prepare
-
  
 
 SPIPlanPtr SPI_prepare(const char * command, int nargs, Oid * argtypes)
@@ -1018,6 +1018,8 @@ SPIPlanPtr SPI_prepare(const char * command, int 
 
 
 
SPI_prepare_cursor
+
  
   SPI_prepare_cursor
   3
@@ -1028,8 +1030,6 @@ SPIPlanPtr SPI_prepare(const char * command, int 
   prepare a statement, without executing it yet
  
 
SPI_prepare_cursor
-
  
 
 SPIPlanPtr SPI_prepare_cursor(const char * command, int nargs,
@@ -1120,6 +1120,8 @@ SPIPlanPtr SPI_prepare_cursor(const char * command, int <
 
 
 
SPI_prepare_params
+
  
   SPI_prepare_params
   3
@@ -1130,8 +1132,6 @@ SPIPlanPtr SPI_prepare_cursor(const char * command, int <
   prepare a statement, without executing it yet
  
 
SPI_prepare_params
-
  
 
 SPIPlanPtr SPI_prepare_params(const char * command,
@@ -1208,6 +1208,8 @@ SPIPlanPtr SPI_prepare_params(const char * command,
 
 
 
SPI_getargcount
+
  
   SPI_getargcount
   3
@@ -1219,8 +1221,6 @@ SPIPlanPtr SPI_prepare_params(const char * command,
   prepared by SPI_prepare
  
 
SPI_getargcount
-
  
 
 int SPI_getargcount(SPIPlanPtr plan)
@@ -1265,6 +1265,8 @@ int SPI_getargcount(SPIPlanPtr plan)
 
 
 
SPI_getargtypeid
+
  
   SPI_getargtypeid
   3
@@ -1276,8 +1278,6 @@ int SPI_getargcount(SPIPlanPtr plan)
   a statement prepared by SPI_prepare
  
 
SPI_getargtypeid
-
  
 
 Oid SPI_getargtypeid(SPIPlanPtr plan, int argIndex)
@@ -1335,6 +1335,8 @@ Oid SPI_getargtypeid(SPIPlanPtr plan, int argI
 
 
 
SPI_is_cursor_plan
+
  
   SPI_is_cursor_plan
   3
@@ -1347,8 +1349,6 @@ Oid SPI_getargtypeid(SPIPlanPtr plan, int argI
   SPI_cursor_open
  
 
SPI_is_cursor_plan
-
  
 
 bool SPI_is_cursor_plan(SPIPlanPtr plan)
@@ -1404,6 +1404,8 @@ bool SPI_is_cursor_plan(SPIPlanPtr plan)
 
 
 
SPI_execute_plan
+
  
   SPI_execute_plan
   3
@@ -1414,8 +1416,6 @@ bool SPI_is_cursor_plan(SPIPlanPtr plan)
   execute a statement prepared by SPI_prepare
  
 
SPI_execute_plan
-
  
 
 int SPI_execute_plan(SPIPlanPtr plan, Datum * values, const char * nulls,
@@ -1540,6 +1540,8 @@ int SPI_execute_plan(SPIPlanPtr plan, Datum * 
 
 
 
SPI_execute_plan_with_paramlist
+
  
   SPI_execute_plan_with_paramlist
   3
@@ -1550,8 +1552,6 @@ int SPI_execute_plan(SPIPlanPtr plan, Datum * 
   execute a statement prepared by SPI_prepare
  
 
SPI_execute_plan_with_paramlist
-
  
 
 int SPI_execute_plan_with_paramlist(SPIPlanPtr plan,
@@ -1635,6 +1635,8 @@ int SPI_execute_plan_with_paramlist(SPIPlanPtr plan,
 
 
 
SPI_execp
+
  
   SPI_execp
   3
@@ -1645,8 +1647,6 @@ int SPI_execute_plan_with_paramlist(SPIPlanPtr plan,
   execute a statement in read/write mode
  
 
SPI_execp
-
  
 
 int SPI_execp(SPIPlanPtr plan, Datum * values, const char * nulls, long count)
@@ -1739,6 +1739,8 @@ int SPI_execp(SPIPlanPtr plan, Datum * values<
 
 
 
SPI_cursor_open
+
  
   SPI_cursor_open
   3
@@ -1749,8 +1751,6 @@ int SPI_execp(SPIPlanPtr plan, Datum * values<
   set up a cursor using a statement created with SPI_prepare
  
 
SPI_cursor_open
-
  
 
 Portal SPI_cursor_open(const char * name, SPIPlanPtr plan,
@@ -1863,6 +1863,8 @@ Portal SPI_cursor_open(const char * name, SPIPlanPtr 
 
 
 
SPI_cursor_open_with_args
+
  
   SPI_cursor_open_with_args
   3
@@ -1873,8 +1875,6 @@ Portal SPI_cursor_open(const char * name, SPIPlanPtr 
   set up a cursor using a query and parameters
  
 
SPI_cursor_open_with_args
-
  
 
 Portal SPI_cursor_open_with_args(const char *name,
@@ -2016,6 +2016,8 @@ Portal SPI_cursor_open_with_args(const char *name,
 
 
 
SPI_cursor_open_with_paramlist
+
  
   SPI_cursor_open_with_paramlist
   3
@@ -2026,8 +2028,6 @@ Portal SPI_cursor_open_with_args(const char *name,
   set up a cursor using parameters
  
 
SPI_cursor_open_with_paramlist
-
  
 
 Portal SPI_cursor_open_with_paramlist(const char *name,
@@ -2112,6 +2112,8 @@ Portal SPI_cursor_open_with_paramlist(const char *name,
 
 
 
SPI_cursor_find
+
  
   SPI_cursor_find
   3
@@ -2122,8 +2124,6 @@ Portal SPI_cursor_open_with_paramlist(const char *name,
   find an existing cursor by name
  
 
SPI_cursor_find
-
  
 
 Portal SPI_cursor_find(const char * name)
@@ -2168,6 +2168,8 @@ Portal SPI_cursor_find(const char * name)
 
 
 
SPI_cursor_fetch
+
  
   SPI_cursor_fetch
   3
@@ -2178,8 +2180,6 @@ Portal SPI_cursor_find(const char * name)
   fetch some rows from a cursor
  
 
SPI_cursor_fetch
-
  
 
 void SPI_cursor_fetch(Portal portal, bool forward, long count)
@@ -2253,6 +2253,8 @@ void SPI_cursor_fetch(Portal portal, bool forw
 
 
 
SPI_cursor_move
+
  
   SPI_cursor_move
   3
@@ -2263,8 +2265,6 @@ void SPI_cursor_fetch(Portal portal, bool forw
   move a cursor
  
 
SPI_cursor_move
-
  
 
 void SPI_cursor_move(Portal portal, bool forward, long count)
@@ -2328,6 +2328,8 @@ void SPI_cursor_move(Portal portal, bool forwa
 
 
 
SPI_scroll_cursor_fetch
+
  
   SPI_scroll_cursor_fetch
   3
@@ -2338,8 +2340,6 @@ void SPI_cursor_move(Portal portal, bool forwa
   fetch some rows from a cursor
  
 
SPI_scroll_cursor_fetch
-
  
 
 void SPI_scroll_cursor_fetch(Portal portal, FetchDirection direction,
@@ -2427,6 +2427,8 @@ void SPI_scroll_cursor_fetch(Portal portal, FetchDirectio
 
 
 
SPI_scroll_cursor_move
+
  
   SPI_scroll_cursor_move
   3
@@ -2437,8 +2439,6 @@ void SPI_scroll_cursor_fetch(Portal portal, FetchDirectio
   move a cursor
  
 
SPI_scroll_cursor_move
-
  
 
 void SPI_scroll_cursor_move(Portal portal, FetchDirection direction,
@@ -2528,6 +2528,8 @@ void SPI_scroll_cursor_move(Portal portal, FetchDirection
 
 
 
SPI_cursor_close
+
  
   SPI_cursor_close
   3
@@ -2538,8 +2540,6 @@ void SPI_scroll_cursor_move(Portal portal, FetchDirection
   close a cursor
  
 
SPI_cursor_close
-
  
 
 void SPI_cursor_close(Portal portal)
@@ -2580,6 +2580,8 @@ void SPI_cursor_close(Portal portal)
 
 
 
SPI_keepplan
+
  
   SPI_keepplan
   3
@@ -2590,8 +2592,6 @@ void SPI_cursor_close(Portal portal)
   save a prepared statement
  
 
SPI_keepplan
-
  
 
 int SPI_keepplan(SPIPlanPtr plan)
@@ -2649,6 +2649,8 @@ int SPI_keepplan(SPIPlanPtr plan)
 
 
 
SPI_saveplan
+
  
   SPI_saveplan
   3
@@ -2659,8 +2661,6 @@ int SPI_keepplan(SPIPlanPtr plan)
   save a prepared statement
  
 
SPI_saveplan
-
  
 
 SPIPlanPtr SPI_saveplan(SPIPlanPtr plan)
@@ -2760,6 +2760,8 @@ SPIPlanPtr SPI_saveplan(SPIPlanPtr plan)
 
 
 
SPI_fname
+
  
   SPI_fname
   3
@@ -2770,8 +2772,6 @@ SPIPlanPtr SPI_saveplan(SPIPlanPtr plan)
   determine the column name for the specified column number
  
 
SPI_fname
-
  
 
 char * SPI_fname(TupleDesc rowdesc, int colnumber)
@@ -2827,6 +2827,8 @@ char * SPI_fname(TupleDesc rowdesc, int colnum
 
 
 
SPI_fnumber
+
  
   SPI_fnumber
   3
@@ -2837,8 +2839,6 @@ char * SPI_fname(TupleDesc rowdesc, int colnum
   determine the column number for the specified column name
  
 
SPI_fnumber
-
  
 
 int SPI_fnumber(TupleDesc rowdesc, const char * colname)
@@ -2901,6 +2901,8 @@ int SPI_fnumber(TupleDesc rowdesc, const char * 
 
 
 
SPI_getvalue
+
  
   SPI_getvalue
   3
@@ -2911,8 +2913,6 @@ int SPI_fnumber(TupleDesc rowdesc, const char * 
   return the string value of the specified column
  
 
SPI_getvalue
-
  
 
 char * SPI_getvalue(HeapTuple row, TupleDesc rowdesc, int colnumber)
@@ -2985,6 +2985,8 @@ char * SPI_getvalue(HeapTuple row, TupleDesc r
 
 
 
SPI_getbinval
+
  
   SPI_getbinval
   3
@@ -2995,8 +2997,6 @@ char * SPI_getvalue(HeapTuple row, TupleDesc r
   return the binary value of the specified column
  
 
SPI_getbinval
-
  
 
 Datum SPI_getbinval(HeapTuple row, TupleDesc rowdesc, int colnumber,
@@ -3080,6 +3080,8 @@ Datum SPI_getbinval(HeapTuple row, TupleDesc r
 
 
 
SPI_gettype
+
  
   SPI_gettype
   3
@@ -3090,8 +3092,6 @@ Datum SPI_getbinval(HeapTuple row, TupleDesc r
   return the data type name of the specified column
  
 
SPI_gettype
-
  
 
 char * SPI_gettype(TupleDesc rowdesc, int colnumber)
@@ -3146,6 +3146,8 @@ char * SPI_gettype(TupleDesc rowdesc, int coln
 
 
 
SPI_gettypeid
+
  
   SPI_gettypeid
   3
@@ -3156,8 +3158,6 @@ char * SPI_gettype(TupleDesc rowdesc, int coln
   return the data type OID of the specified column
  
 
SPI_gettypeid
-
  
 
 Oid SPI_gettypeid(TupleDesc rowdesc, int colnumber)
@@ -3212,6 +3212,8 @@ Oid SPI_gettypeid(TupleDesc rowdesc, int colnu
 
 
 
SPI_getrelname
+
  
   SPI_getrelname
   3
@@ -3222,8 +3224,6 @@ Oid SPI_gettypeid(TupleDesc rowdesc, int colnu
   return the name of the specified relation
  
 
SPI_getrelname
-
  
 
 char * SPI_getrelname(Relation rel)
@@ -3265,6 +3265,8 @@ char * SPI_getrelname(Relation rel)
 
 
 
SPI_getnspname
+
  
   SPI_getnspname
   3
@@ -3275,8 +3277,6 @@ char * SPI_getrelname(Relation rel)
   return the namespace of the specified relation
  
 
SPI_getnspname
-
  
 
 char * SPI_getnspname(Relation rel)
@@ -3400,6 +3400,8 @@ char * SPI_getnspname(Relation rel)
 
 
 
SPI_palloc
+
  
   SPI_palloc
   3
@@ -3410,8 +3412,6 @@ char * SPI_getnspname(Relation rel)
   allocate memory in the upper executor context
  
 
SPI_palloc
-
  
 
 void * SPI_palloc(Size size)
@@ -3454,6 +3454,8 @@ void * SPI_palloc(Size size)
 
 
 
SPI_repalloc
+
  
   SPI_repalloc
   3
@@ -3464,8 +3466,6 @@ void * SPI_palloc(Size size)
   reallocate memory in the upper executor context
  
 
SPI_repalloc
-
  
 
 void * SPI_repalloc(void * pointer, Size size)
@@ -3524,6 +3524,8 @@ void * SPI_repalloc(void * pointer, Size size<
 
 
 
SPI_pfree
+
  
   SPI_pfree
   3
@@ -3534,8 +3536,6 @@ void * SPI_repalloc(void * pointer, Size size<
   free memory in the upper executor context
  
 
SPI_pfree
-
  
 
 void SPI_pfree(void * pointer)
@@ -3577,6 +3577,8 @@ void SPI_pfree(void * pointer)
 
 
 
SPI_copytuple
+
  
   SPI_copytuple
   3
@@ -3587,8 +3589,6 @@ void SPI_pfree(void * pointer)
   make a copy of a row in the upper executor context
  
 
SPI_copytuple
-
  
 
 HeapTuple SPI_copytuple(HeapTuple row)
@@ -3634,6 +3634,8 @@ HeapTuple SPI_copytuple(HeapTuple row)
 
 
 
SPI_returntuple
+
  
   SPI_returntuple
   3
@@ -3644,8 +3646,6 @@ HeapTuple SPI_copytuple(HeapTuple row)
   prepare to return a tuple as a Datum
  
 
SPI_returntuple
-
  
 
 HeapTupleHeader SPI_returntuple(HeapTuple row, TupleDesc rowdesc)
@@ -3709,6 +3709,8 @@ HeapTupleHeader SPI_returntuple(HeapTuple row, TupleDesc
 
 
 
SPI_modifytuple
+
  
   SPI_modifytuple
   3
@@ -3719,8 +3721,6 @@ HeapTupleHeader SPI_returntuple(HeapTuple row, TupleDesc
   create a row by replacing selected fields of a given row
  
 
SPI_modifytuple
-
  
 
 HeapTuple SPI_modifytuple(Relation rel, HeapTuple row, int ncols,
@@ -3857,6 +3857,8 @@ HeapTuple SPI_modifytuple(Relation rel, HeapTuple 
 
 
 
SPI_freetuple
+
  
   SPI_freetuple
   3
@@ -3867,8 +3869,6 @@ HeapTuple SPI_modifytuple(Relation rel, HeapTuple 
   free a row allocated in the upper executor context
  
 
SPI_freetuple
-
  
 
 void SPI_freetuple(HeapTuple row)
@@ -3909,6 +3909,8 @@ void SPI_freetuple(HeapTuple row)
 
 
 
SPI_freetuptable
+
  
   SPI_freetuptable
   3
@@ -3920,8 +3922,6 @@ void SPI_freetuple(HeapTuple row)
   function
  
 
SPI_freetuptable
-
  
 
 void SPI_freetuptable(SPITupleTable * tuptable)
@@ -3976,6 +3976,8 @@ void SPI_freetuptable(SPITupleTable * tuptable)
 
 
 
SPI_freeplan
+
  
   SPI_freeplan
   3
@@ -3986,8 +3988,6 @@ void SPI_freetuptable(SPITupleTable * tuptable)
   free a previously saved prepared statement
  
 
SPI_freeplan
-
  
 
 int SPI_freeplan(SPIPlanPtr plan)
index b9629bf2f5450e51f5eeba954130974510ea126b..9da61c93fe4fe49cec92373f9ca40002343ad061 100644 (file)
@@ -1,6 +1,10 @@
 
 
 
+  vacuumlo
+
  
   vacuumlo
   1
   remove orphaned large objects from a PostgreSQL database
  
 
-  vacuumlo
-
  
   
    vacuumlo