aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayutils.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2013-09-29 17:41:56 -0400
committerAndrew Dunstan <andrew@dunslane.net>2013-09-29 17:41:56 -0400
commita18167510f4c385329697588ce5132cbf95779c3 (patch)
tree5c7cce97479fb9e6586b054f6e28ead699ae7d5c /src/backend/utils/adt/arrayutils.c
parentd942f9d9283f831fc74ed3cf60e6c8362274b36e (diff)
downloadpostgresql-a18167510f4c385329697588ce5132cbf95779c3.tar.gz
postgresql-a18167510f4c385329697588ce5132cbf95779c3.zip
Use a new hstore extension version for added json functions.
This should have been done when the json functionality was added to hstore in 9.3.0. To handle this correctly, the upgrade script therefore uses conditional logic by using plpgsql in a DO statement to add the two new functions and the new cast. If hstore_to_json_loose is detected as already present and dependent on the hstore extension nothing is done. This will require that the database be loaded with plpgsql. People who have installed the earlier and spurious 1.1 version of hstore will need to do: ALTER EXTENSION hstore UPDATE; to pick up the new functions properly.
Diffstat (limited to 'src/backend/utils/adt/arrayutils.c')
0 files changed, 0 insertions, 0 deletions