Add unique index on pg_cast.oid, and document pg_cast table.
Peter Eisentraut <peter_e@gmx.net>
Add unique index on pg_cast.oid, and document pg_cast table.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +65 −1 |
| src/backend/catalog/indexing.c | modified | +2 −2 |
| src/backend/commands/functioncmds.c | modified | +15 −10 |
| src/include/catalog/indexing.h | modified | +4 −2 |