Re: Add full object name to the tag field - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Add full object name to the tag field
Date
Msg-id CA+TgmobAxc=YOuQOTW-UvfxHCjp6VryeJn1VVVO+cY_D-o1-Qw@mail.gmail.com
Whole thread Raw
In response to Add full object name to the tag field  (Asit Mahato <rigid.asit@gmail.com>)
Responses Re: Add full object name to the tag field
List pgsql-hackers
On Mon, Dec 2, 2013 at 9:49 AM, Asit Mahato <rigid.asit@gmail.com> wrote:
> Hi all,
>
> I am a newbie. I am unable to understand the to do statement given below.
>
> Add full object name to the tag field. eg. for operators we need '=(integer,
> integer)', instead of just '='.
>
> please help me out with an example.
>
> Thanks and Regards,
> Asit Mahato

Cast the OID of the operator to regoperator instead of regoper.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Extension Templates S03E11
Next
From: Alvaro Herrera
Date:
Subject: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.