Re: BUG #6485: Primary index key not updated uniformly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ramanujam <innomotive(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6485: Primary index key not updated uniformly
Date: 2012-02-23 16:21:16
Message-ID: 15003.1330014076@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ramanujam <innomotive(at)gmail(dot)com> writes:
> On Thu, Feb 23, 2012 at 3:22 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> This is intentional --- we gave up updating index column names awhile
>> ago.

> Is pg_constraint a credible place to retrieve primary key information from?

I'd try the information_schema views first.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message tometzky 2012-02-23 18:51:39 BUG #6486: configure - unable to cross-compile postgresql with openssl using Fedora MinGW
Previous Message Tom Lane 2012-02-23 16:18:15 Re: BUG #6483: Rows being evaluated, although being outside the LIMIT / OFFSET boundaries