diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index aed051f543c..ee3fc095779 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -756,8 +756,8 @@ testdb=> <para> Whenever a command is executed, <application>psql</application> also polls for asynchronous notification events generated by - <xref linkend="sql-listen"/> and - <xref linkend="sql-notify"/>. + <link linkend="sql-listen"><command>LISTEN</command></link> and + <link linkend="sql-notify"><command>NOTIFY</command></link>. </para> <para> @@ -993,7 +993,7 @@ testdb=> <listitem> <para> Performs a frontend (client) copy. This is an operation that - runs an <acronym>SQL</acronym> <xref linkend="sql-copy"/> + runs an <acronym>SQL</acronym> <link linkend="sql-copy"><command>COPY</command></link> command, but instead of the server reading or writing the specified file, <application>psql</application> reads or writes the file and @@ -1030,9 +1030,9 @@ testdb=> <para> The syntax of this command is similar to that of the - <acronym>SQL</acronym> <xref linkend="sql-copy"/> + <acronym>SQL</acronym> <link linkend="sql-copy"><command>COPY</command></link> command. All options other than the data source/destination are - as specified for <xref linkend="sql-copy"/>. + as specified for <command>COPY</command>. Because of this, special parsing rules apply to the <command>\copy</command> meta-command. Unlike most other meta-commands, the entire remainder of the line is always taken to be the arguments of <command>\copy</command>, @@ -1397,8 +1397,8 @@ testdb=> </para> <para> - Descriptions for objects can be created with the <xref - linkend="sql-comment"/> + Descriptions for objects can be created with the <link + linkend="sql-comment"><command>COMMENT</command></link> <acronym>SQL</acronym> command. </para> </listitem> @@ -1435,9 +1435,9 @@ testdb=> </para> <para> - The <xref linkend="sql-alterdefaultprivileges"/> command is used to set - default access privileges. The meaning of the - privilege display is explained in + The <link linkend="sql-alterdefaultprivileges"><command>ALTER DEFAULT + PRIVILEGES</command></link> command is used to set default access + privileges. The meaning of the privilege display is explained in <xref linkend="ddl-priv"/>. </para> </listitem> @@ -1751,8 +1751,8 @@ testdb=> </para> <para> - The <xref linkend="sql-grant"/> and - <xref linkend="sql-revoke"/> + The <link linkend="sql-grant"><command>GRANT</command></link> and + <link linkend="sql-revoke"><command>REVOKE</command></link> commands are used to set access privileges. The meaning of the privilege display is explained in <xref linkend="ddl-priv"/>. @@ -1807,8 +1807,8 @@ testdb=> </para> <para> - The <xref linkend="sql-alterrole"/> and - <xref linkend="sql-alterdatabase"/> + The <link linkend="sql-alterrole"><command>ALTER ROLE</command></link> and + <link linkend="sql-alterdatabase"><command>ALTER DATABASE</command></link> commands are used to define per-role and per-database configuration settings. </para> @@ -3179,7 +3179,7 @@ lo_import 152801 <note> <para> This command is unrelated to the <acronym>SQL</acronym> - command <xref linkend="sql-set"/>. + command <link linkend="sql-set"><command>SET</command></link>. </para> </note> </listitem> |