Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Adding row from pgAdmin does not work in private

Re: Adding row from pgAdmin does not work in private



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




Home | Main Index | Thread Index

top