Re: Adding row from pgAdmin does not work in private

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Andrus Moor <eetasoft(at)online(dot)ee>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Adding row from pgAdmin does not work in private
Date: 2005-03-28 10:28:05
Message-ID: 4247DC35.4010803@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Andrus Moor wrote:
> ---------------------------
> If nexval() call is prefixed with schema name
>
> NEW.dokumnr = nextval('demo.'||TG_RELNAME || '_'|| NEW.doktyyp ||'_seq');
>
> error does not occur.
>
>
> Is this PgAdmin bug ?

Obviously not. See pgsql docs for nextval, further support in
pgsql-novice or pgsql-sql.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-03-28 10:29:55 Re: help with remote management through pgAdmin
Previous Message Andreas Pflug 2005-03-28 10:25:53 Re: Minor annoyance with Windows Help in pgAdmin