1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03: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:
Bruce Momjian
2019-08-22 20:19:20 -04:00
parent 73ebfb10d0
commit ea4aa9801f

View File

@ -1227,7 +1227,7 @@ Author: Magnus Hagander <magnus@hagander.net>
<para> <para>
Global objects have a <link 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. value of zero.
</para> </para>
</listitem> </listitem>