docs: use structfield instead of structname in 9.4 release notes
authorBruce Momjian
Tue, 13 May 2014 01:37:49 +0000 (21:37 -0400)
committerBruce Momjian
Tue, 13 May 2014 01:37:49 +0000 (21:37 -0400)
Where appropriate

doc/src/sgml/release-9.4.sgml

index 8bb3d70295a7da8dec0d3cfd281ae1d528625339..e537a1fae520a47b9bc4b3126ec5b776a6bb6f1c 100644 (file)
       Prevent 
       linkend="ddl-constraints-check-constraints">CHECK
       constraints from referencing system columns, except
-      name>tableoid (Amit Kapila)
+      field>tableoid (Amit Kapila)
      
 
      
     
      
       Remove system column 
-      linkend="catalog-pg-class">name>pg_class.reltoastidxid
+      linkend="catalog-pg-class">field>pg_class.reltoastidxid
       (Michael Paquier)
      
     
     
      
       Remove system column 
-      linkend="catalog-pg-rewrite">name>pg_rewrite.ev_attr
+      linkend="catalog-pg-rewrite">field>pg_rewrite.ev_attr
       (Kevin Grittner)
      
 
 
        
         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.
        
       
 
 
       
        
-        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 
         Add 
         linkend="information-schema">information_schema
         column 
-        linkend="infoschema-parameters">name>parameters.parameter_default
+        linkend="infoschema-parameters">field>parameters.parameter_default
         (Peter Eisentraut)
        
       
       
        
         Have 
-        linkend="infoschema-schemata">name>information_schema.schemata
+        linkend="infoschema-schemata">field>information_schema.schemata
         show all accessible schema (Peter Eisentraut)
        
 
 
        
         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.