[ADMIN] data modeler

2000-09-12 Thread Chris Ryan
Does anyone know of a good data modeler preferably for linux that works with PostgreSQL? Chris Ryan

Re: [ADMIN] [7.0.2] rotating log files ...

2000-08-28 Thread Chris Ryan
It's not normally a good idea to move/remove files that a process has an open file handle for. The safest way is to copy the file to a new location/name then cat /dev/null > logfile Chris Mitch Vincent wrote: > > Can you move the logfile then touch the original file to create an empty > one? >