diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-07-14 13:43:01 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-07-14 13:43:01 -0400 |
commit | c529f8800e33bc969a9e5ce18294930837f279a2 (patch) | |
tree | e0ee66169702e722c48423a5224284f6da59e933 /doc/src | |
parent | f4678c205ab1394a5f0e4fe219027b26a507d941 (diff) | |
download | postgresql-c529f8800e33bc969a9e5ce18294930837f279a2.tar.gz postgresql-c529f8800e33bc969a9e5ce18294930837f279a2.zip |
Fix broken markup
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 6ed77f4a29a..4b3712e60fa 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -4316,7 +4316,8 @@ ORDER BY c.ordinal_position; <entry> Currently always <literal>NO</literal>. The alternative <literal>YES</literal> applies to a feature not available in - <productname>PostgreSQL</></entry>. + <productname>PostgreSQL</>. + </entry> </row> <row> |