git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 5b447ad) | patch
Add pg_identify_object_as_address
2014年12月30日 18:41:50 +0000 (15:41 -0300)
2014年12月30日 18:41:50 +0000 (15:41 -0300)
commit a676201490c8113b4692562126c77a29dfd8dac1
Add pg_identify_object_as_address

This function returns object type and objname/objargs arrays, which can
be passed to pg_get_object_address. This is especially useful because
the textual representation can be copied to a remote server in order to
obtain the corresponding OID-based address. In essence, this function
is the inverse of recently added pg_get_object_address().

Catalog version bumped due to the addition of the new function.

Also add docs to pg_get_object_address.
doc/src/sgml/func.sgml diff | blob | blame | history
src/backend/catalog/objectaddress.c diff | blob | blame | history
src/backend/utils/adt/regproc.c diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/objectaddress.h diff | blob | blame | history
src/include/catalog/pg_proc.h diff | blob | blame | history
src/include/utils/builtins.h diff | blob | blame | history
src/test/regress/expected/object_address.out diff | blob | blame | history
src/test/regress/sql/object_address.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /