projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160701f
)
doc: Remove extra table column
author
Peter Eisentraut
<
[email protected]
>
Sun, 16 Dec 2012 08:51:05 +0000
(
03:51
-0500)
committer
Peter Eisentraut
<
[email protected]
>
Sun, 16 Dec 2012 08:51:05 +0000
(
03:51
-0500)
Not all system catalog description tables have the same number of
columns, and the patch to add oid columns did one bit too much
copy-and-pasting.
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 45a329f1bddec7a78d11ddf35e9d7549edcc1b5c..9144eec674729f12c1d707b14fb459d334e81237 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-1289,7
+1289,6
@@
<row>
<entry><structfield>oid</structfield></entry>
<entry><type>oid</type></entry>
- <entry></entry>
<entry>Row identifier (hidden attribute; must be explicitly selected)</entry>
</row>