Re: [ADMIN] ALTER TABLE

2003-06-05 Thread Victor Yegorov
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

Re: [ADMIN] GET ME OFF OF THIS LIST

2003-03-31 Thread Victor Yegorov
unsubscribe from the list, click here' Thats it! -- Victor Yegorov pgp0.pgp Description: PGP signature

Re: [ADMIN] About changing type af a column

2003-03-26 Thread Victor Yegorov
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

[ADMIN] DB archiving

2003-03-17 Thread Victor Yegorov
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