Fix some SGML-compiler warnings on -wxml mode.

This commit is contained in:
Alvaro Herrera 2009-02-04 21:30:41 +00:00
parent d8a30eca2e
commit d1cf27a8ee
5 changed files with 83 additions and 83 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.56 2008/12/31 00:08:32 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.57 2009/02/04 21:30:41 alvherre Exp $ -->
<chapter id="tutorial-advanced">
<title>Advanced Features</title>
@ -529,7 +529,7 @@ FROM
rank() OVER (PARTITION BY depname ORDER BY salary DESC, empno) AS pos
FROM empsalary
) AS ss
WHERE pos < 3;
WHERE pos &lt; 3;
</programlisting>
The above query only shows the rows from the inner query having

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.193 2009/02/02 09:49:29 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.194 2009/02/04 21:30:41 alvherre Exp $ -->
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
@ -292,7 +292,7 @@
<table>
<title><structname>pg_aggregate</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -375,7 +375,7 @@
<table>
<title><structname>pg_am</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -596,7 +596,7 @@
<table>
<title><structname>pg_amop</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -682,7 +682,7 @@
<table>
<title><structname>pg_amproc</structname> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -765,7 +765,7 @@
<table>
<title><structname>pg_attrdef</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -842,7 +842,7 @@
<table>
<title><structname>pg_attribute</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -1094,7 +1094,7 @@
<table>
<title><structname>pg_authid</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -1210,7 +1210,7 @@
<table>
<title><structname>pg_auth_members</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -1288,7 +1288,7 @@
<table>
<title><structname>pg_autovacuum</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -1456,7 +1456,7 @@
<table>
<title><structname>pg_cast</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -1571,7 +1571,7 @@
<table>
<title><structname>pg_class</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -1848,7 +1848,7 @@
<table>
<title><structname>pg_constraint</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2067,7 +2067,7 @@
<table>
<title><structname>pg_conversion</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2160,7 +2160,7 @@
<table>
<title><structname>pg_database</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2325,7 +2325,7 @@
<table>
<title><structname>pg_depend</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2500,7 +2500,7 @@
<table>
<title><structname>pg_description</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2570,7 +2570,7 @@
<table>
<title><structname>pg_enum</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2617,7 +2617,7 @@
<table>
<title><structname>pg_foreign_data_wrapper</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2692,7 +2692,7 @@
<table>
<title><structname>pg_foreign_server</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2780,7 +2780,7 @@
<table>
<title><structname>pg_index</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -2948,7 +2948,7 @@
<table>
<title><structname>pg_inherits</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3011,7 +3011,7 @@
<table>
<title><structname>pg_language</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3122,7 +3122,7 @@
<table>
<title><structname>pg_largeobject</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -3191,7 +3191,7 @@
<table>
<title><structname>pg_listener</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3249,7 +3249,7 @@
<table>
<title><structname>pg_namespace</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3317,7 +3317,7 @@
<table>
<title><structname>pg_opclass</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3415,7 +3415,7 @@
<table>
<title><structname>pg_operator</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3565,7 +3565,7 @@
<table>
<title><structname>pg_opfamily</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -3646,7 +3646,7 @@
<table>
<title><structname>pg_pltemplate</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -3742,7 +3742,7 @@
<table>
<title><structname>pg_proc</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4030,7 +4030,7 @@
<table>
<title><structname>pg_rewrite</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4161,7 +4161,7 @@
<table>
<title><structname>pg_shdepend</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4314,7 +4314,7 @@
<table>
<title><structname>pg_shdescription</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4404,7 +4404,7 @@
<table>
<title><structname>pg_statistic</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4533,7 +4533,7 @@
<table>
<title><structname>pg_tablespace</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4598,7 +4598,7 @@
<table>
<title><structname>pg_trigger</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4764,7 +4764,7 @@
<table>
<title><structname>pg_ts_config</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4832,7 +4832,7 @@
<table>
<title><structname>pg_ts_config_map</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4903,7 +4903,7 @@
<table>
<title><structname>pg_ts_dict</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -4979,7 +4979,7 @@
<table>
<title><structname>pg_ts_parser</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -5069,7 +5069,7 @@
<table>
<title><structname>pg_ts_template</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -5136,7 +5136,7 @@
<table>
<title><structname>pg_type</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -5518,7 +5518,7 @@
<table id="catalog-typcategory-table">
<title><structfield>typcategory</> Codes</title>
<tgroup cols=2>
<tgroup cols="2">
<thead>
<row>
<entry>Code</entry>
@ -5608,7 +5608,7 @@
<table>
<title><structname>pg_user_mapping</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -5830,7 +5830,7 @@
<table>
<title><structname>pg_cursors</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -5916,7 +5916,7 @@
<table>
<title><structname>pg_group</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -5968,7 +5968,7 @@
<table>
<title><structname>pg_indexes</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6052,7 +6052,7 @@
<table>
<title><structname>pg_locks</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6303,7 +6303,7 @@
<table>
<title><structname>pg_prepared_statements</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -6390,7 +6390,7 @@
<table>
<title><structname>pg_prepared_xacts</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6479,7 +6479,7 @@
<table>
<title><structname>pg_roles</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6605,7 +6605,7 @@
<table>
<title><structname>pg_rules</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6670,7 +6670,7 @@
<table>
<title><structname>pg_settings</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -6818,7 +6818,7 @@
<table>
<title><structname>pg_shadow</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -6920,7 +6920,7 @@
<table>
<title><structname>pg_stats</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -7064,7 +7064,7 @@
<table>
<title><structname>pg_tables</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
@ -7139,7 +7139,7 @@
<table>
<title><structname>pg_timezone_abbrevs</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -7191,7 +7191,7 @@
<table>
<title><structname>pg_timezone_names</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -7244,7 +7244,7 @@
<table>
<title><structname>pg_user</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -7328,7 +7328,7 @@
<table>
<title><structname>pg_user_mappings</> Columns</title>
<tgroup cols=3>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
@ -7409,7 +7409,7 @@
<table>
<title><structname>pg_views</> Columns</title>
<tgroup cols=4>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.318 2009/01/09 13:37:18 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.319 2009/02/04 21:30:41 alvherre Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -2399,7 +2399,7 @@ hosts=local4,bind4
<para>
Start <command>cygserver</command> for shared memory support.
To do this, enter the command <literal>/usr/sbin/cygserver
&</literal>. This program needs to be running anytime you
&amp;</literal>. This program needs to be running anytime you
start the PostgreSQL server or initialize a database cluster
(<command>initdb</command>). The
default <command>cygserver</command> configuration may need to

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.136 2008/11/16 17:34:28 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.137 2009/02/04 21:30:41 alvherre Exp $ -->
<chapter id="plpgsql">
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@ -1088,7 +1088,7 @@ EXECUTE <replaceable class="command">command-string</replaceable> <optional> INT
to SQL-injection attacks since there is no need for quoting or escaping.
An example is:
<programlisting>
EXECUTE 'SELECT count(*) FROM mytable WHERE inserted_by = $1 AND inserted <= $2'
EXECUTE 'SELECT count(*) FROM mytable WHERE inserted_by = $1 AND inserted &lt;= $2'
INTO c
USING checked_user, checked_date;
</programlisting>
@ -1101,7 +1101,7 @@ EXECUTE 'SELECT count(*) FROM mytable WHERE inserted_by = $1 AND inserted <= $2'
<programlisting>
EXECUTE 'SELECT count(*) FROM '
|| tabname::regclass
|| ' WHERE inserted_by = $1 AND inserted <= $2'
|| ' WHERE inserted_by = $1 AND inserted &lt;= $2'
INTO c
USING checked_user, checked_date;
</programlisting>
@ -4012,7 +4012,7 @@ a_output := a_output || $$ if v_$$ || referrer_keys.kind || $$ like '$$
<productname>PostgreSQL</>'s <application>PL/pgSQL</application>
language and Oracle's <application>PL/SQL</application> language,
to help developers who port applications from
<trademark class=registered>Oracle</> to <productname>PostgreSQL</>.
<trademark class="registered">Oracle</> to <productname>PostgreSQL</>.
</para>
<para>

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.129 2008/12/31 23:42:56 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.130 2009/02/04 21:30:41 alvherre Exp $ -->
<chapter id="sql-syntax">
<title>SQL Syntax</title>
@ -194,11 +194,11 @@ UPDATE "my_table" SET "a" = 5;
identifiers</secondary></indexterm> A variant of quoted
identifiers allows including escaped Unicode characters identified
by their code points. This variant starts
with <literal>U&</literal> (upper or lower case U followed by
with <literal>U&amp;</literal> (upper or lower case U followed by
ampersand) immediately before the opening double quote, without
any spaces in between, for example <literal>U&"foo"</literal>.
any spaces in between, for example <literal>U&amp;"foo"</literal>.
(Note that this creates an ambiguity with the
operator <literal>&</literal>. Use spaces around the operator to
operator <literal>&amp;</literal>. Use spaces around the operator to
avoid this problem.) Inside the quotes, Unicode characters can be
specified in escaped form by writing a backslash followed by the
four-digit hexadecimal code point number or alternatively a
@ -206,12 +206,12 @@ UPDATE "my_table" SET "a" = 5;
hexadecimal code point number. For example, the
identifier <literal>"data"</literal> could be written as
<programlisting>
U&"d\0061t\+000061"
U&amp;"d\0061t\+000061"
</programlisting>
The following less trivial example writes the Russian
word <quote>slon</quote> (elephant) in Cyrillic letters:
<programlisting>
U&"\0441\043B\043E\043D"
U&amp;"\0441\043B\043E\043D"
</programlisting>
</para>
@ -221,7 +221,7 @@ U&"\0441\043B\043E\043D"
the <literal>UESCAPE</literal><indexterm><primary>UESCAPE</primary></indexterm>
clause after the string, for example:
<programlisting>
U&"d!0061t!+000061" UESCAPE '!'
U&amp;"d!0061t!+000061" UESCAPE '!'
</programlisting>
The escape character can be any single character other than a
hexadecimal digit, the plus sign, a single quote, a double quote,
@ -458,11 +458,11 @@ SELECT 'foo' 'bar';
<productname>PostgreSQL</productname> also supports another type
of escape syntax for strings that allows specifying arbitrary
Unicode characters by code point. A Unicode escape string
constant starts with <literal>U&</literal> (upper or lower case
constant starts with <literal>U&amp;</literal> (upper or lower case
letter U followed by ampersand) immediately before the opening
quote, without any spaces in between, for
example <literal>U&'foo'</literal>. (Note that this creates an
ambiguity with the operator <literal>&</literal>. Use spaces
example <literal>U&amp;'foo'</literal>. (Note that this creates an
ambiguity with the operator <literal>&amp;</literal>. Use spaces
around the operator to avoid this problem.) Inside the quotes,
Unicode characters can be specified in escaped form by writing a
backslash followed by the four-digit hexadecimal code point
@ -470,12 +470,12 @@ SELECT 'foo' 'bar';
followed by a six-digit hexadecimal code point number. For
example, the string <literal>'data'</literal> could be written as
<programlisting>
U&'d\0061t\+000061'
U&amp;'d\0061t\+000061'
</programlisting>
The following less trivial example writes the Russian
word <quote>slon</quote> (elephant) in Cyrillic letters:
<programlisting>
U&'\0441\043B\043E\043D'
U&amp;'\0441\043B\043E\043D'
</programlisting>
</para>
@ -485,7 +485,7 @@ U&'\0441\043B\043E\043D'
the <literal>UESCAPE</literal><indexterm><primary>UESCAPE</primary></indexterm>
clause after the string, for example:
<programlisting>
U&'d!0061t!+000061' UESCAPE '!'
U&amp;'d!0061t!+000061' UESCAPE '!'
</programlisting>
The escape character can be any single character other than a
hexadecimal digit, the plus sign, a single quote, a double quote,