mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Add new OID alias type regnamespace
Catalog version bumped Kyotaro HORIGUCHI
This commit is contained in:
@@ -635,6 +635,11 @@ extern Datum regroleout(PG_FUNCTION_ARGS);
|
||||
extern Datum regrolerecv(PG_FUNCTION_ARGS);
|
||||
extern Datum regrolesend(PG_FUNCTION_ARGS);
|
||||
extern Datum to_regrole(PG_FUNCTION_ARGS);
|
||||
extern Datum regnamespacein(PG_FUNCTION_ARGS);
|
||||
extern Datum regnamespaceout(PG_FUNCTION_ARGS);
|
||||
extern Datum regnamespacerecv(PG_FUNCTION_ARGS);
|
||||
extern Datum regnamespacesend(PG_FUNCTION_ARGS);
|
||||
extern Datum to_regnamespace(PG_FUNCTION_ARGS);
|
||||
extern Datum regconfigin(PG_FUNCTION_ARGS);
|
||||
extern Datum regconfigout(PG_FUNCTION_ARGS);
|
||||
extern Datum regconfigrecv(PG_FUNCTION_ARGS);
|
||||
|
||||
Reference in New Issue
Block a user