projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de9a6c
)
docs: use structfield instead of structname in 9.4 release notes
author
Bruce Momjian
Tue, 13 May 2014 01:37:49 +0000
(21:37 -0400)
committer
Bruce Momjian
Tue, 13 May 2014 01:37:49 +0000
(21:37 -0400)
Where appropriate
doc/src/sgml/release-9.4.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.4.sgml
b/doc/src/sgml/release-9.4.sgml
index 8bb3d70295a7da8dec0d3cfd281ae1d528625339..e537a1fae520a47b9bc4b3126ec5b776a6bb6f1c 100644
(file)
--- a/
doc/src/sgml/release-9.4.sgml
+++ b/
doc/src/sgml/release-9.4.sgml
@@
-185,7
+185,7
@@
Prevent
linkend="ddl-constraints-check-constraints">
CHECK>
constraints from referencing system columns, except
-
name>tableoid> (Amit Kapila)
+
field>tableoid> (Amit Kapila)
@@
-204,7
+204,7
@@
Remove system column
- linkend="catalog-pg-class">
name>pg_class.reltoastidxid>
+ linkend="catalog-pg-class">
field>pg_class.reltoastidxid>
(Michael Paquier)
@@
-240,7
+240,7
@@
Remove system column
- linkend="catalog-pg-rewrite">
name>pg_rewrite.ev_attr>
+ linkend="catalog-pg-rewrite">
field>pg_rewrite.ev_attr>
(Kevin Grittner)
@@
-530,7
+530,7
@@
This appears in
- linkend="pg-stat-all-tables-view">
name>pg_stat_all_tables.n_mod_since_analyze>.
+ linkend="pg-stat-all-tables-view">
field>pg_stat_all_tables.n_mod_since_analyze>.
@@
-545,8
+545,8
@@
- Add
name>xid> and
- linkend="ddl-system-columns">
name>xmin>
+ Add
field>xid> and
+ linkend="ddl-system-columns">
field>xmin>
to system views
linkend="pg-stat-activity-view">
pg_stat_activity>
and
@@
-1448,7
+1448,7
@@
Add
linkend="information-schema">
information_schema>
column
- linkend="infoschema-parameters">
name>parameters.parameter_default>
+ linkend="infoschema-parameters">
field>parameters.parameter_default>
(Peter Eisentraut)
@@
-1456,7
+1456,7
@@
Have
- linkend="infoschema-schemata">
name>information_schema.schemata>
+ linkend="infoschema-schemata">
field>information_schema.schemata>
show all accessible schema (Peter Eisentraut)
@@
-2369,7
+2369,7
@@
This allows monitoring tools to only fetch query text for newly
- created entries, as reported in
name>queryid>.
+ created entries, as reported in
field>queryid>.