diff options
author | Peter Eisentraut | 2013-04-05 01:14:21 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-04-05 01:16:52 +0000 |
commit | 759d0f19dc0ede995cacda062bc99b59e2077d2c (patch) | |
tree | 3f8bbef56970ea6cfc38f6b43efc1f6cdec0626c /doc/src | |
parent | 7a30f29b05043939a95c178068b215efd489348d (diff) |
doc: Fix number of columns in table
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/keywords.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml index a7feacee34e..53dbf9a817e 100644 --- a/doc/src/sgml/keywords.sgml +++ b/doc/src/sgml/keywords.sgml @@ -82,7 +82,7 @@ <table id="keywords-table"> <title><acronym>SQL</acronym> Key Words</title> - <tgroup cols="5"> + <tgroup cols="6"> <thead> <row> <entry>Key Word</entry> |