RE: [GENERAL] No MAX function

1999-02-08 Thread Alex P. Rudnev
It depends of data type - unfortunately max was not defined for ALL appropriate types. Through testo=> select max(bypref) from inetspec; max --- 24 where bypref is int2. On Sat, 6 Feb 1999, dustin sallings wrote: > Date: Sat, 6 Feb 1999 13:10:56 -0800 (PST) > From: dustin sallings <[EMAIL

Re: [GENERAL] Multiple Postgres Instances

1999-01-21 Thread Alex P. Rudnev
Looks like you are running two PSQL server with THE SAME DATA BASE DIRECTORY! On Thu, 21 Jan 1999, Jeff Hoffmann wrote: > Date: Thu, 21 Jan 1999 08:46:56 -0600 > From: Jeff Hoffmann <[EMAIL PROTECTED]> > To: David Giffin <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [GENERAL] Mu

Re: [GENERAL] Oracle vs Postgresql

1999-01-21 Thread Alex P. Rudnev
Hmm. Due to my experience (I have played with boths) - if you need stable network with predicted behaviour in case of disc overflow, bad (crazy) requests, and you lost a lot of money in case of any instability - use Oracle. If you need to deploy wide informational system, it should be easy to

Re: [GENERAL] GUI

1999-01-16 Thread Alex P. Rudnev
Btw, I have wrote some kind of GUI (look at http://noc.bn.ru:8100/DEMO, you can CREATE TYPE (type == table, there was not SQL but object editor), edit list of objects etc etc /there is ip data base used as demo data base/), I have found GUI about 1/2 year ago and did not get great success. Th