Re: syntax error wehen creating sequence

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Andreas Moroder <andreas(dot)moroder(at)tin(dot)it>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: syntax error wehen creating sequence
Date: 2005-02-07 15:15:11
Message-ID: 420785FF.1050001@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-02-07 16:08:12 Re: feature request
Previous Message Ivan 2005-02-07 14:19:29 feature request