Add new \df psql option and oid8types() function.
Bruce Momjian <bruce@momjian.us>
Add new \df psql option and oid8types() function.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/regproc.c | modified | +77 −2 |
| src/bin/psql/psql.c | modified | +16 −1 |
| src/include/catalog/pg_proc.h | modified | +3 −1 |
| src/include/utils/builtins.h | modified | +2 −1 |
| src/man/psql.1 | modified | +3 −1 |