diff options
author | Neil Conway <neilc@samurai.com> | 2007-06-20 19:24:05 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-06-20 19:24:05 +0000 |
commit | 8f3d07764f3987f3317e29aaea76e97660972b5d (patch) | |
tree | 21c052c66bc269a017e2651633aeef9b93667d62 | |
parent | 6f0072df774ab0b5af9d2b8d3123929a983da16d (diff) | |
download | postgresql-8f3d07764f3987f3317e29aaea76e97660972b5d.tar.gz postgresql-8f3d07764f3987f3317e29aaea76e97660972b5d.zip |
Remove some empty columns from a few system catalog tables in the
SGML docs.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 5ad3aae3aeb..165ad37a358 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.154 2007/06/08 21:09:49 alvherre Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.155 2007/06/20 19:24:05 neilc Exp $ --> <!-- Documentation of the system catalogs, directed toward PostgreSQL developers --> @@ -1037,7 +1037,7 @@ <table> <title><structname>pg_authid</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> @@ -2816,7 +2816,7 @@ <table> <title><structname>pg_largeobject</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> @@ -4928,7 +4928,7 @@ <table> <title><structname>pg_cursors</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> @@ -5385,7 +5385,7 @@ <table> <title><structname>pg_prepared_statements</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> @@ -5751,7 +5751,7 @@ <table> <title><structname>pg_settings</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> @@ -6286,7 +6286,7 @@ <table> <title><structname>pg_user</> Columns</title> - <tgroup cols=4> + <tgroup cols=3> <thead> <row> <entry>Name</entry> |