Re: hstore ==> and deprecate => - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: hstore ==> and deprecate =>
Date
Msg-id 8CA88305-A9BE-4A8A-995A-5448D909D30E@kineticode.com
Whole thread Raw
In response to Re: hstore ==> and deprecate =>  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: hstore ==> and deprecate =>  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Jun 11, 2010, at 2:23 PM, Tom Lane wrote:

>> hstore(key := 'this', key2 := 'that')
>> hstore(key => 'this', key2 => 'that')
>> hstore(row('this' AS key, 'that' AS key2))
> 
> The last of those is probably the easiest to get to.  We already have
> hstore_from_record:

Is not the first one simply a function with any number of named params?

Best,

David


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Idea for getting rid of VACUUM FREEZE on cold pages
Next
From: "David E. Wheeler"
Date:
Subject: Re: hstore ==> and deprecate =>