1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

doc: Fix purported type of pg_am.amhandler to match reality.

Joel Jacobson
This commit is contained in:
Robert Haas
2016-12-12 13:43:48 -05:00
parent 89d1dfa49a
commit ace0df9345

View File

@ -566,7 +566,7 @@
<row> <row>
<entry><structfield>amhandler</structfield></entry> <entry><structfield>amhandler</structfield></entry>
<entry><type>oid</type></entry> <entry><type>regproc</type></entry>
<entry><literal><link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.oid</literal></entry> <entry><literal><link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.oid</literal></entry>
<entry> <entry>
OID of a handler function that is responsible for supplying information OID of a handler function that is responsible for supplying information