Re: Adding row from pgAdmin does not work in private
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
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