t;=
> end_time) OR end_time IS NULL);
> ALTER
> work=# ALTER TABLE rdu ADD CONSTRAINT rdu_finish_time CHECK ((start_time <=
> finish_time) OR finish_time IS NULL);
> ERROR: AlterTableAddConstraint: rejected due to CHECK constraint
> rdu_finish_time
Perhaps you have some rows
unsubscribe from the list, click here'
Thats it!
--
Victor Yegorov
pgp0.pgp
Description: PGP signature
design except for the field you'd like to
change, than copy all data into new table, drop old one and rename new one.
>
> Thanks in advance.
--
Victor Yegorov
pgp0.pgp
Description: PGP signature
he
time of backuping routine start.
I want to be sure, that nothing additional will get into dump after I'll
start pg_dump.
Is this possible? Or, may be, such behaviour is on by default (I
didn't find anything concerning my problem in the docs about pg_dump).
Thank you.
--
Victor Yego