detecting serials in 8.1

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: detecting serials in 8.1
Date: 2006-02-19 18:13:43
Message-ID: dtac7k$23kr$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


8.1 has changed the default text for serials from something like
nextval('public.tab_col_seq'::text) to nextval('tab_col_seq'::regclass)

Kris Jurka

Attachment Content-Type Size
serial_detection_81.patch text/plain 1.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-02-19 19:14:29 Re: select inside transactions
Previous Message Kris Jurka 2006-02-19 17:33:01 Re: SVN Commit by dpage: r5003 - in trunk/pgadmin3: . src/base