Re: [GENERAL] what we need to use postgresql in the enterprise

2004-01-11 Thread Robert Treat
I think your pretty much on target with the below. It is possible to work around these issues on some level, but I can see how that might get unwieldly in a hurry. While I won't tell you to "go code it if you need it", I might ask that you consider what your paying in Oracle licenses and think

Re: [GENERAL] Hierarchical queries

2004-01-11 Thread Merrall, Graeme
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, 10 January 2004 6:05 AM > To: [EMAIL PROTECTED] > Subject: [GENERAL] Hierarchical queries > > > Hello everybody! > > Does someone know how to build hierarchical queries to the postgresql? > Th

[GENERAL] insertion with trigger failed unexpectedly

2004-01-11 Thread Anton . Nikiforov
Dear all, i have a problem with insertion data and running post insert trigger on it. Preambula: there is a table named raw: ipsrc | cidr ipdst | cidr bytes | bigint time | timestamp Triggers: daily_trigger AFTER INSERT OR UPDATE ON raw FOR EACH ROW EXECUTE PROCEDURE daily_func() and the

Re: [GENERAL] Hierarchical queries

2004-01-11 Thread Anton . Nikiforov
Thanks Joe, But this function is not giving a path from one element to other, it is just truncating the tree beginning from the start element, but it is not rotating the whole tree making starting element a tree's root. JC> See contrib/tablefunc for a function called connectby(). Regards, Anton

Re: [GENERAL] OIDS and its limitations

2004-01-11 Thread Sai Hertz And Control Systems
Hi Amir Khawaja , I have a rather trivial (I hope) question about OID types and PostgreSQL. Since PostgreSQL creates tables "WITH OIDS" by default, I'm wondering if it is bad practice to allow the default behaviour. For example, if I have a database with 60+ tables (all tables have their own P