diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 24d7d98722a..7a380ce2f94 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4338,6 +4338,13 @@ </row> <row> + <entry><structfield>protransform</structfield></entry> + <entry><type>regproc</type></entry> + <entry><literal><link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.oid</literal></entry> + <entry>Calls to function can be simplified by this other function</entry> + </row> + + <row> <entry><structfield>proisagg</structfield></entry> <entry><type>bool</type></entry> <entry></entry> |
