PG 12 hstore creation cast issue - Mailing list pgsql-admin

From Wells Oliver
Subject PG 12 hstore creation cast issue
Date
Msg-id CAOC+FBW30umnGfRkc8BD-tr-KrPZFPAd-zr19AdSrRTKCv67Pw@mail.gmail.com
Whole thread Raw
Responses Re: PG 12 hstore creation cast issue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
We have this kind of code that worked in 9.6:

select hstore(array['foo'], array[1.0::numeric]);

But now yields:

ERROR:  function hstore(text[], numeric[]) does not exist
LINE 1: select hstore(array['foo'], array[1.0::numeric]);
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

Is there a way to create hstores with numeric types as data? Does everything need to be cast as text?

--

pgsql-admin by date:

Previous
From: Rui DeSousa
Date:
Subject: Re: How to know transaction count in hour basic
Next
From: Tom Lane
Date:
Subject: Re: PG 12 hstore creation cast issue