diff options
author | Bruce Momjian | 2007-02-20 23:14:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-02-20 23:14:19 +0000 |
commit | 57352df66d3a0885899d39c04c067e63c7c0ba30 (patch) | |
tree | 9bb21bfc2697dd70c6d7a124bb91d61601bad182 | |
parent | e152949ee2144fb94f53af220c03cd8817d7fa4f (diff) |
Fix markup.
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 8d0b8e409e1..d4d51a34a03 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.32 2007/02/20 18:47:25 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.33 2007/02/20 23:14:19 momjian Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -2095,7 +2095,6 @@ ORDER BY c.ordinal_position; <entry>Always null, because arrays always have unlimited maximum cardinality in <productname>PostgreSQL</></entry> </row> - </row> </tbody> </tgroup> </table> |