View Single Post

   
  #5 (permalink)  
Old 04-19-2008, 11:58 AM
Tom Lane
 
Posts: n/a
Default Re: pg primary key bug?

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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote