mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
docs: use structfield instead of structname in 9.4 release notes
Where appropriate
This commit is contained in:
parent
6de9a6c015
commit
9af8bd51a1
@ -185,7 +185,7 @@
|
|||||||
Prevent <link
|
Prevent <link
|
||||||
linkend="ddl-constraints-check-constraints"><literal>CHECK</></link>
|
linkend="ddl-constraints-check-constraints"><literal>CHECK</></link>
|
||||||
constraints from referencing system columns, except
|
constraints from referencing system columns, except
|
||||||
<structname>tableoid</> (Amit Kapila)
|
<structfield>tableoid</> (Amit Kapila)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -204,7 +204,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove system column <link
|
Remove system column <link
|
||||||
linkend="catalog-pg-class"><structname>pg_class.reltoastidxid</></link>
|
linkend="catalog-pg-class"><structfield>pg_class.reltoastidxid</></link>
|
||||||
(Michael Paquier)
|
(Michael Paquier)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -240,7 +240,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove system column <link
|
Remove system column <link
|
||||||
linkend="catalog-pg-rewrite"><structname>pg_rewrite.ev_attr</></link>
|
linkend="catalog-pg-rewrite"><structfield>pg_rewrite.ev_attr</></link>
|
||||||
(Kevin Grittner)
|
(Kevin Grittner)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -530,7 +530,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This appears in <link
|
This appears in <link
|
||||||
linkend="pg-stat-all-tables-view"><structname>pg_stat_all_tables.n_mod_since_analyze</></link>.
|
linkend="pg-stat-all-tables-view"><structfield>pg_stat_all_tables.n_mod_since_analyze</></link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -545,8 +545,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <structname>xid</> and <link
|
Add <structfield>xid</> and <link
|
||||||
linkend="ddl-system-columns"><structname>xmin</></link>
|
linkend="ddl-system-columns"><structfield>xmin</></link>
|
||||||
to system views <link
|
to system views <link
|
||||||
linkend="pg-stat-activity-view"><structname>pg_stat_activity</></link>
|
linkend="pg-stat-activity-view"><structname>pg_stat_activity</></link>
|
||||||
and <link
|
and <link
|
||||||
@ -1448,7 +1448,7 @@
|
|||||||
Add <link
|
Add <link
|
||||||
linkend="information-schema"><structname>information_schema</></link>
|
linkend="information-schema"><structname>information_schema</></link>
|
||||||
column <link
|
column <link
|
||||||
linkend="infoschema-parameters"><structname>parameters.parameter_default</></link>
|
linkend="infoschema-parameters"><structfield>parameters.parameter_default</></link>
|
||||||
(Peter Eisentraut)
|
(Peter Eisentraut)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1456,7 +1456,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have <link
|
Have <link
|
||||||
linkend="infoschema-schemata"><structname>information_schema.schemata</></link>
|
linkend="infoschema-schemata"><structfield>information_schema.schemata</></link>
|
||||||
show all accessible schema (Peter Eisentraut)
|
show all accessible schema (Peter Eisentraut)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -2369,7 +2369,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This allows monitoring tools to only fetch query text for newly
|
This allows monitoring tools to only fetch query text for newly
|
||||||
created entries, as reported in <structname>queryid</>.
|
created entries, as reported in <structfield>queryid</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user