Re: pg primary key bug? - Mailing list pgsql-sql

From Tom Lane
Subject Re: pg primary key bug?
Date
Msg-id 8125.1108661189@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg primary key bug?  (pginfo <pginfo@t1.unisoftbg.com>)
List pgsql-sql
pginfo <pginfo@t1.unisoftbg.com> writes:
> 01=# select * from a_constants_str where constname='DOCPLAID' ;
>  constname | fid | constvalue
> -----------+-----+------------
>  DOCPLAID  |   0 | SOF_19738
>  DOCPLAID  |   0 | SOF_19738
> (2 rows)

Could we see the system columns on these rows?
select oid,xmin,cmin,xmax,cmax,ctid,* from a_constants_str where ...
        regards, tom lane


pgsql-sql by date:

Previous
From: pginfo
Date:
Subject: Re: pg primary key bug?
Next
From: pginfo
Date:
Subject: Re: pg primary key bug?