« Android IDE | Main | SVN update without a particular directory »

July 27, 2012

Appending to an array column in PostgreSQL

update dss_change_request.change_request set approved_notes = approved_notes||ARRAY['Blah blah blah'] where change_request_id = 13

Tags: PostgreSQL

Posted by pj at July 27, 2012 03:05 PM

Comments