Re: syntax error wehen creating sequence

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: syntax error wehen creating sequence
Дата
Msg-id 420785FF.1050001@pse-consulting.de
обсуждение исходный текст
Ответ на syntax error wehen creating sequence  (Andreas Moroder <andreas.moroder@tin.it>)
Список pgadmin-support
Andreas Moroder wrote:
> Hello,
> 
> when I create a sequence pgadmin has the tablespace listbox enable.
> When I chose a tablespace then it creates the folowing command.
> 
> CREATE SEQUENCE wtb.test
>   INCREMENT 1
>   START 1
>   TABLESPACE pg_default;
> ALTER TABLE wtb.test OWNER TO wtb;
> 
> 
> postgres gives back a syntax error because "create sequence" does not 
> allow the tablespace parameter

Hm,

obviously a reminder from 7.5/8.0beta stages. Will be removed in 1.2.1 
and 1.3, thanks for reporting.

Regards,
Andreas


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

Предыдущее
От: Ivan
Дата:
Сообщение: feature request
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: feature request