Re: DBMigration-Wizard & Access 2002

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: DBMigration-Wizard & Access 2002
Дата
Msg-id 3F9F1A86.2050401@familyhealth.com.au
обсуждение исходный текст
Ответ на DBMigration-Wizard & Access 2002  (Albin Blaschka <Albin.Blaschka@bal.bmlfuw.gv.at>)
Список pgadmin-support
> mycolumn int4 DEFAULT nextval("'mycolumn_seq'"::text) NOT NULL
> 
>                               ^^            ^^
>                                 this is the error -> ' "
> and correct it should be:
> mycolumn int4 DEFAULT nextval('myschema.mycolumn_seq'::text) NOT NULL
> 
>                               ^^                   ^^
>                                The difference -> only '

No, the correct format is this:

mycolumn int4 DEFAULT nextval('"myschema"."mycolumn_seq"'::text) NOT NULL

Chris




В списке pgadmin-support по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Problem in pgAdmin III with paste
Следующее
От: timothy.r.morley@kc.frb.org
Дата:
Сообщение: Connnection to SSL enabled server