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

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

              http://archives.postgresql.org

Reply via email to