mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
doc: Fix purported type of pg_am.amhandler to match reality.
Joel Jacobson
This commit is contained in:
parent
be7b2848c6
commit
b4630e01fd
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@
|
|||
|
||||
<row>
|
||||
<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>
|
||||
OID of a handler function that is responsible for supplying information
|
||||
|
|
|
|||
Loading…
Reference in a new issue