Re: [HACKERS] sequences and pg_type

2003-09-06 Thread pw
I think I found a solution. Hopefully the system tables don't change too much in the future.I just used pg_attrdef to tell me which columns *not* to use. I hope that's right. It seems to work. Peter On Sat, 2003-09-06 at 18:19, Tom Lane wrote: > pw <[EMAIL PROTECTED]> w

[HACKERS] sequences and pg_type

2003-09-06 Thread pw
Hello, I have a table with a serial type in it as a record id. The type of this object comes back as int4 when I query via pg_type. How can I distinguish this counter type from just a plain int4? Peter ---(end of broadcast)--- TIP 6: Have you se