diff options
Diffstat (limited to 'contrib/hstore_plperl/expected/create_transform.out')
-rw-r--r-- | contrib/hstore_plperl/expected/create_transform.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/hstore_plperl/expected/create_transform.out b/contrib/hstore_plperl/expected/create_transform.out index 02dc62af0da..dc723953763 100644 --- a/contrib/hstore_plperl/expected/create_transform.out +++ b/contrib/hstore_plperl/expected/create_transform.out @@ -44,7 +44,7 @@ DROP FUNCTION plperl_to_hstore(val internal); CREATE EXTENSION hstore_plperl; \dx+ hstore_plperl Objects in extension "hstore_plperl" - Object Description + Object description -------------------------------------- function hstore_to_plperl(internal) function plperl_to_hstore(internal) @@ -54,7 +54,7 @@ CREATE EXTENSION hstore_plperl; ALTER EXTENSION hstore_plperl DROP TRANSFORM FOR hstore LANGUAGE plperl; \dx+ hstore_plperl Objects in extension "hstore_plperl" - Object Description + Object description ------------------------------------- function hstore_to_plperl(internal) function plperl_to_hstore(internal) @@ -63,7 +63,7 @@ Objects in extension "hstore_plperl" ALTER EXTENSION hstore_plperl ADD TRANSFORM FOR hstore LANGUAGE plperl; \dx+ hstore_plperl Objects in extension "hstore_plperl" - Object Description + Object description -------------------------------------- function hstore_to_plperl(internal) function plperl_to_hstore(internal) |