Re: Add full object name to the tag field

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Asit Mahato <rigid(dot)asit(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add full object name to the tag field
Date: 2013-12-02 16:11:48
Message-ID: CA+TgmobAxc=YOuQOTW-UvfxHCjp6VryeJn1VVVO+cY_D-o1-Qw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 2, 2013 at 9:49 AM, Asit Mahato <rigid(dot)asit(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2013-12-02 16:25:08 Re: In-core regression tests for replication, cascading, archiving, PITR, etc.
Previous Message Robert Haas 2013-12-02 16:08:01 Re: Logging WAL when updating hintbit