mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Fixups for man pages
This commit is contained in:
parent
4a0e9b6936
commit
ed24f28538
@ -1,11 +1,11 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.7 2002/11/15 02:50:05 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.8 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<refentry id="SQL-CREATEDOMAIN">
|
<refentry id="SQL-CREATEDOMAIN">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle id="sql-createdomian-title">
|
<refentrytitle id="sql-createdomain-title">
|
||||||
CREATE DOMAIN
|
CREATE DOMAIN
|
||||||
</refentrytitle>
|
</refentrytitle>
|
||||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||||
@ -204,7 +204,7 @@ CREATE TABLE countrylist (id INT4, country country_code);
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-dropdomain"></member>
|
<member><xref linkend="sql-dropdomain" endterm="sql-dropdomain-title"></member>
|
||||||
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.28 2002/09/21 18:39:25 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.29 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -296,11 +296,11 @@ CREATE LANGUAGE plsample
|
|||||||
<para>
|
<para>
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="app-createlang"></member>
|
<member><xref linkend="app-createlang"></member>
|
||||||
<member><xref linkend="sql-createfunction"></member>
|
<member><xref linkend="sql-createfunction" endterm="sql-createfunction-title"></member>
|
||||||
<member><xref linkend="app-droplang"></member>
|
<member><xref linkend="app-droplang"></member>
|
||||||
<member><xref linkend="sql-droplanguage"></member>
|
<member><xref linkend="sql-droplanguage" endterm="sql-droplanguage-title"></member>
|
||||||
<member><xref linkend="sql-grant"></member>
|
<member><xref linkend="sql-grant" endterm="sql-grant-title"></member>
|
||||||
<member><xref linkend="sql-revoke"></member>
|
<member><xref linkend="sql-revoke" endterm="sql-revoke-title"></member>
|
||||||
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</para>
|
</para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.37 2002/09/02 20:04:39 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_rule.sgml,v 1.38 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -227,7 +227,7 @@ CREATE RULE
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="sql-createview"> creates a dummy table (with no underlying
|
<xref linkend="sql-createview" endterm="sql-createview-title"> creates a dummy table (with no underlying
|
||||||
storage) and associates an ON SELECT rule with it. The system will not
|
storage) and associates an ON SELECT rule with it. The system will not
|
||||||
allow updates to the view, since it knows there is no real table there.
|
allow updates to the view, since it knows there is no real table there.
|
||||||
You can create the
|
You can create the
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.58 2002/11/11 22:19:20 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.59 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -922,8 +922,8 @@ CREATE ASSERTION <replaceable>name</replaceable> CHECK ( <replaceable>condition<
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-altertable"></member>
|
<member><xref linkend="sql-altertable" endterm="sql-altertable-title"></member>
|
||||||
<member><xref linkend="sql-droptable"></member>
|
<member><xref linkend="sql-droptable" endterm="sql-droptable-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.10 2002/04/23 02:07:16 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.11 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<refentry id="SQL-CREATETABLEAS">
|
<refentry id="SQL-CREATETABLEAS">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle>CREATE TABLE AS</refentrytitle>
|
<refentrytitle id="sql-createtableas-title">CREATE TABLE AS</refentrytitle>
|
||||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||||
</refmeta>
|
</refmeta>
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If specified, the table is created as a temporary table.
|
If specified, the table is created as a temporary table.
|
||||||
Refer to <xref linkend="sql-createtable"> for details.
|
Refer to <xref linkend="sql-createtable" endterm="sql-createtable-title"> for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -89,7 +89,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
|
|||||||
<para>
|
<para>
|
||||||
A query statement (that is, a <command>SELECT</command>
|
A query statement (that is, a <command>SELECT</command>
|
||||||
command). Refer to
|
command). Refer to
|
||||||
<xref linkend="sql-select">
|
<xref linkend="sql-select" endterm="sql-select-title">
|
||||||
for a description of the allowed syntax.
|
for a description of the allowed syntax.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -101,8 +101,8 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
|
|||||||
<title>Diagnostics</title>
|
<title>Diagnostics</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Refer to <xref linkend="sql-createtable"> and
|
Refer to <xref linkend="sql-createtable" endterm="sql-createtable-title"> and
|
||||||
<xref linkend="sql-select">
|
<xref linkend="sql-select" endterm="sql-select-title">
|
||||||
for a summary of possible output messages.
|
for a summary of possible output messages.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
@ -112,7 +112,7 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This command is functionally equivalent to <xref
|
This command is functionally equivalent to <xref
|
||||||
linkend="sql-selectinto">, but it is preferred since it is less
|
linkend="sql-selectinto" endterm="sql-selectinto-title">, but it is preferred since it is less
|
||||||
likely to be confused with other uses of the <command>SELECT
|
likely to be confused with other uses of the <command>SELECT
|
||||||
... INTO</command> syntax.
|
... INTO</command> syntax.
|
||||||
</para>
|
</para>
|
||||||
@ -143,10 +143,10 @@ CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name</replace
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createtable"></member>
|
<member><xref linkend="sql-createtable" endterm="sql-createtable-title"></member>
|
||||||
<member><xref linkend="sql-createview"></member>
|
<member><xref linkend="sql-createview" endterm="sql-createview-title"></member>
|
||||||
<member><xref linkend="sql-select"></member>
|
<member><xref linkend="sql-select" endterm="sql-select-title"></member>
|
||||||
<member><xref linkend="sql-selectinto"></member>
|
<member><xref linkend="sql-selectinto" endterm="sql-selectinto-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.28 2002/09/21 18:39:25 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.29 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -181,7 +181,7 @@ CREATE TRIGGER
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Refer to the <xref linkend="sql-droptrigger"> command for
|
Refer to the <xref linkend="sql-droptrigger" endterm="sql-droptrigger-title"> command for
|
||||||
information on how to remove triggers.
|
information on how to remove triggers.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
@ -302,9 +302,9 @@ CREATE TABLE distributors (
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createfunction"></member>
|
<member><xref linkend="sql-createfunction" endterm="sql-createfunction-title"></member>
|
||||||
<member><xref linkend="sql-altertrigger"></member>
|
<member><xref linkend="sql-altertrigger" endterm="sql-altertrigger-title"></member>
|
||||||
<member><xref linkend="sql-droptrigger"></member>
|
<member><xref linkend="sql-droptrigger" endterm="sql-droptrigger-title"></member>
|
||||||
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.36 2002/09/21 18:39:25 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.37 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -466,8 +466,8 @@ CREATE FUNCTION getfoo() RETURNS SETOF compfoo AS 'SELECT fooid, fooname FROM fo
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createfunction"></member>
|
<member><xref linkend="sql-createfunction" endterm="sql-createfunction-title"></member>
|
||||||
<member><xref linkend="sql-droptype"></member>
|
<member><xref linkend="sql-droptype" endterm="sql-droptype-title"></member>
|
||||||
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
<member><citetitle>PostgreSQL Programmer's Guide</citetitle></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.20 2002/09/21 18:32:54 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.21 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ class="PARAMETER">column name list</replaceable> ) ] AS SELECT <replaceable clas
|
|||||||
which will provide the columns and rows of the view.
|
which will provide the columns and rows of the view.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Refer to <xref linkend="sql-select"> for more information
|
Refer to <xref linkend="sql-select" endterm="sql-select-title"> for more information
|
||||||
about valid arguments.
|
about valid arguments.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -169,7 +169,7 @@ CREATE VIEW vista AS SELECT text 'Hello World'
|
|||||||
update, or delete on a view. You can get the effect of an updatable
|
update, or delete on a view. You can get the effect of an updatable
|
||||||
view by creating rules that rewrite inserts, etc. on the view into
|
view by creating rules that rewrite inserts, etc. on the view into
|
||||||
appropriate actions on other tables. For more information see
|
appropriate actions on other tables. For more information see
|
||||||
<xref linkend="sql-createrule">.
|
<xref linkend="sql-createrule" endterm="sql-createrule-title">.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.8 2002/07/14 22:47:56 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_domain.sgml,v 1.9 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ DROP DOMAIN box;
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createdomain"></member>
|
<member><xref linkend="sql-createdomain" endterm="sql-createdomain-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.22 2002/07/14 22:47:56 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.23 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ WARNING: RemoveFunction: Function "<replaceable class="parameter">name</replace
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Refer to
|
Refer to
|
||||||
<xref linkend="sql-createfunction">
|
<xref linkend="sql-createfunction" endterm="sql-createfunction-title">
|
||||||
for information on creating functions.
|
for information on creating functions.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
@ -158,7 +158,7 @@ DROP FUNCTION sqrt(integer);
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createfunction"></member>
|
<member><xref linkend="sql-createfunction" endterm="sql-createfunction-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.13 2002/07/12 18:43:13 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.14 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ DROP TRIGGER if_dist_exists ON films;
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createtrigger"></member>
|
<member><xref linkend="sql-createtrigger" endterm="sql-createtrigger-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.19 2002/07/14 22:47:56 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.20 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ DROP TYPE box;
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="sql-createtype"></member>
|
<member><xref linkend="sql-createtype" endterm="sql-createtype-title"></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.15 2002/07/12 18:43:13 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.16 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ ERROR: view <replaceable class="parameter">name</replaceable> does not exist
|
|||||||
Notes
|
Notes
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
Refer to <xref linkend="sql-createview">
|
Refer to <xref linkend="sql-createview" endterm="sql-createview-title">
|
||||||
for information on how to create views.
|
for information on how to create views.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.30 2002/09/24 23:14:25 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.31 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -375,7 +375,7 @@ GRANT <replaceable class="PARAMETER">privilege</replaceable> [, ...]
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simpara>
|
<simpara>
|
||||||
<xref linkend="sql-revoke">
|
<xref linkend="sql-revoke" endterm="sql-revoke-title">
|
||||||
</simpara>
|
</simpara>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.13 2002/11/15 03:11:18 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/load.sgml,v 1.14 2002/11/21 23:34:43 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<refentry id="SQL-LOAD">
|
<refentry id="SQL-LOAD">
|
||||||
@ -56,7 +56,7 @@ LOAD '<replaceable class="PARAMETER">filename</replaceable>'
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="sql-createfunction">,
|
<xref linkend="sql-createfunction" endterm="sql-createfunction-title">,
|
||||||
<citetitle>PostgreSQL Programmer's Guide</citetitle>
|
<citetitle>PostgreSQL Programmer's Guide</citetitle>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.32 2002/11/15 03:11:18 momjian Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.33 2002/11/21 23:34:43 petere Exp $ -->
|
||||||
|
|
||||||
<refentry id="APP-PGRESTORE">
|
<refentry id="APP-PGRESTORE">
|
||||||
<docinfo>
|
<docinfo>
|
||||||
@ -395,7 +395,7 @@
|
|||||||
which might require manual interaction (e.g., passwords). If
|
which might require manual interaction (e.g., passwords). If
|
||||||
you use the <option>-X use-set-session-authorization</option> option,
|
you use the <option>-X use-set-session-authorization</option> option,
|
||||||
then <application>pg_restore</application> will instead use the <xref
|
then <application>pg_restore</application> will instead use the <xref
|
||||||
linkend="sql-set-session-authorization"> command. This has
|
linkend="sql-set-session-authorization" endterm="sql-set-session-authorization-title"> command. This has
|
||||||
the same effect, but it requires that the user restoring the
|
the same effect, but it requires that the user restoring the
|
||||||
archive is a database superuser. This option effectively
|
archive is a database superuser. This option effectively
|
||||||
overrides the <option>-R</option> option.
|
overrides the <option>-R</option> option.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.22 2002/04/21 00:26:42 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.23 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ REVOKE { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }
|
|||||||
<para>
|
<para>
|
||||||
Use <xref linkend="app-psql">'s <command>\z</command> command to
|
Use <xref linkend="app-psql">'s <command>\z</command> command to
|
||||||
display the privileges granted on existing objects. See also <xref
|
display the privileges granted on existing objects. See also <xref
|
||||||
linkend="sql-grant"> for information about the format.
|
linkend="sql-grant" endterm="sql-grant-title"> for information about the format.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ REVOKE [ GRANT OPTION FOR ] { SELECT | INSERT | UPDATE | DELETE | REFERENCES }
|
|||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
<simpara>
|
<simpara>
|
||||||
<xref linkend="sql-grant">
|
<xref linkend="sql-grant" endterm="sql-grant-title">
|
||||||
</simpara>
|
</simpara>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select_into.sgml,v 1.20 2002/08/29 00:17:01 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select_into.sgml,v 1.21 2002/11/21 23:34:43 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If specified, the table is created as a temporary table.
|
If specified, the table is created as a temporary table.
|
||||||
Refer to <xref linkend="sql-createtable"> for details.
|
Refer to <xref linkend="sql-createtable" endterm="sql-createtable-title"> for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -68,7 +68,7 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
All other inputs are described in detail for
|
All other inputs are described in detail for
|
||||||
<xref linkend="sql-select">.
|
<xref linkend="sql-select" endterm="sql-select-title">.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
@ -82,9 +82,9 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Refer to
|
Refer to
|
||||||
<xref linkend="sql-createtable">
|
<xref linkend="sql-createtable" endterm="sql-createtable-title">
|
||||||
and
|
and
|
||||||
<xref linkend="sql-select">
|
<xref linkend="sql-select" endterm="sql-select-title">
|
||||||
for a summary of possible output messages.
|
for a summary of possible output messages.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
@ -107,7 +107,7 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="sql-createtableas">
|
<xref linkend="sql-createtableas" endterm="sql-createtableas-title">
|
||||||
is functionally equivalent to <command>SELECT INTO</command>.
|
is functionally equivalent to <command>SELECT INTO</command>.
|
||||||
<command>CREATE TABLE AS</command> is the recommended syntax, since
|
<command>CREATE TABLE AS</command> is the recommended syntax, since
|
||||||
<command>SELECT INTO</command> is not standard. In fact, this form of
|
<command>SELECT INTO</command> is not standard. In fact, this form of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user