Re: detecting serials in 8.1 - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: detecting serials in 8.1
Date
Msg-id 43F8F577.3030606@pse-consulting.de
Whole thread Raw
In response to Re: detecting serials in 8.1  (Kris Jurka <books@ejurka.com>)
Responses Re: detecting serials in 8.1  (Kris Jurka <books@ejurka.com>)
List 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

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: SVN Commit by dpage: r5003 - in trunk/pgadmin3: . src/base
Next
From: Kris Jurka
Date:
Subject: Re: detecting serials in 8.1