[GENERAL] pg_temp files in the database dirs

2000-08-02 Thread George Henson
I am running [PostgreSQL 6.5.0 on i686-pc-linux-gnu, compiled by gcc 2.7.2.3] I looked into the $PGDATA/base/$DBNAME dirs and there are some pg_temp files. This would not normaly raise a question, but they are in the order of 100's of megs and there ctime is from May. I have found these in almo

[GENERAL] problem with check constraint using a select command.

2000-07-24 Thread George Henson
master_objects)) ); insert into master_objects (obj_type_html, obj_lang, obj_type_lang, obj_comment) values ('image', 'EN', 'Image', 'This is an image') ; insert into instance_object (object_id, object_parent) values ('image', 'EN') ; -- George Henson [EMAIL PROTECTED]