Re: detecting serials in 8.1

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: detecting serials in 8.1
Date: 2006-02-19 22:47:19
Message-ID: 43F8F577.3030606@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Kris Jurka wrote:
> Andreas Pflug wrote:
>
>> Kris Jurka wrote:
>>
>>> 8.1 has changed the default text for serials from something like
>>> nextval('public.tab_col_seq'::text) to nextval('tab_col_seq'::regclass)
>>
>>
>>
>> Applied with editing (didn't check for schema).
>
>
> Actually it turns out that whether the schema gets in there or not
> depends on the search path when the table is created.

That's what pgSchema::GetPrefix does too.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Kris Jurka 2006-02-20 01:44:03 Re: detecting serials in 8.1
Previous Message Kris Jurka 2006-02-19 22:14:17 Re: detecting serials in 8.1