HStore syntax
Posted Sep 21, 2010 20:31 UTC (Tue) by
epa (subscriber, #39769)
In reply to:
PostgreSQL 9.0 arrives with many new features by flewellyn
Parent article:
PostgreSQL 9.0 arrives with many new features
The article gives an example of deleting a key:
SELECT profile - 'Occupation' FROM user_profile WHERE user_id = 5;
Is this right? You can mutate the data with a SELECT statement?
(
Log in to post comments)