1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00
Files
postgres/src/backend/commands
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with
unqualified names.

- Add a missing_ok parameter to get_tablespace_oid.
- Avoid duplicating get_tablespace_od guts in objectNamesToOids.
- Add a missing_ok parameter to get_database_oid.
- Replace get_roleid and get_role_checked with get_role_oid.
- Add get_namespace_oid, get_language_oid, get_am_oid.
- Refactor existing code to use new interfaces.

Thanks to KaiGai Kohei for the review.
2010-08-05 14:45:09 +00:00
..
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2010-01-02 16:58:17 +00:00
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2010-01-02 16:58:17 +00:00
2010-07-25 23:21:22 +00:00
2010-02-26 02:01:40 +00:00
2010-07-06 19:19:02 +00:00
2010-07-25 23:21:22 +00:00