mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
doc: PG 12 relnotes, correct pg_stat_database.datoid to be datid
Previous column name was incorrect. Reported-by: Justin Pryzby Backpatch-through: 12
This commit is contained in:
parent
73ebfb10d0
commit
ea4aa9801f
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ Author: Magnus Hagander <magnus@hagander.net>
|
|||
|
||||
<para>
|
||||
Global objects have a <link
|
||||
linkend="pg-stat-database-view"><structname>pg_stat_database</structname></link>.<structfield>datoid</structfield>
|
||||
linkend="pg-stat-database-view"><structname>pg_stat_database</structname></link>.<structfield>datid</structfield>
|
||||
value of zero.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue