Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220857a
)
docs: remove pg_roles mention of the oid column being displayed
author
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Jul 2019 18:24:36 +0000
(14:24 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Jul 2019 18:24:36 +0000
(14:24 -0400)
It is now always displayed in PG 12+.
Discussion: https://postgr.es/m/
b6ec6167
-5dd5-6347-ac1d-
1fd49382019f
@2ndquadrant.com
Author: Ian Barwick
Backpatch-through: 12
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 09690b6c76bdb388245157cc6548c91e57c61cb9..0e308e5f2c154c005236090ce0b363e39ff334ae 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-9995,11
+9995,6
@@
SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
that blanks out the password field.
</para>
- <para>
- This view explicitly exposes the OID column of the underlying table,
- since that is needed to do joins to other catalogs.
- </para>
-
<table>
<title><structname>pg_roles</structname> Columns</title>