Re: Proper syntax to update an hstore key-value pair - Mailing list pgsql-admin

From Tom Lane
Subject Re: Proper syntax to update an hstore key-value pair
Date
Msg-id 32215.1470245101@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proper syntax to update an hstore key-value pair  (John Scalia <jayknowsunix@gmail.com>)
Responses Re: Proper syntax to update an hstore key-value pair  (John Scalia <jayknowsunix@gmail.com>)
List pgsql-admin
John Scalia <jayknowsunix@gmail.com> writes:
> Your instruction to run "\do ||" did return a list including left arg type
> as text and right arg type as text. The list does report the schema as
> pg_catalog as opposed to the schema I'm actually working in at the moment,

Yeah, that's the built-in "text || text" operator.  The question is where
is the "hstore || hstore" operator added by the hstore extension.  If
you're not seeing that in \do output, then it's not in your search path.

Actually, it might be better to try "\do *.||", which should show all
operators named || regardless of which schema they are in and whether
that schema is in your path.

            regards, tom lane


pgsql-admin by date:

Previous
From: John Scalia
Date:
Subject: Re: Proper syntax to update an hstore key-value pair
Next
From: John Scalia
Date:
Subject: Re: Proper syntax to update an hstore key-value pair