RE: [GENERAL] entity-relationship diagram software

2000-05-08 Thread Andrzej Mazurkiewicz
Try: http://www.htc.honeywell.com/DoME It is not strictly ERD but a VERY reasonable CASE with above other things Coad-Yourdon OOA that can be easily extended to ERD denotations. The best choice (because of licencing) is precompiled version. Regards, Andrzej Mazurkiewicz www.mazurkiewicz.org

FW: [GENERAL] FOREIGN KEY syntax

2000-04-12 Thread Andrzej Mazurkiewicz
FYI > -Original Message- > From: Andrzej Mazurkiewicz > Sent: 3 marca 2000 17:05 > To: 'Ron Peterson' > Cc: [EMAIL PROTECTED] > Subject: RE: [GENERAL] FOREIGN KEY syntax > > > > -Original Message- > From: Ron Peterson [SMTP

RE: [GENERAL] Selecting field names?

2000-04-10 Thread Andrzej Mazurkiewicz
amp (16 rows) Regards, Andrzej Mazurkiewicz [EMAIL PROTECTED] www.mazurkiewicz.org > -Original Message- > From: Michael Hall [SMTP:[EMAIL PROTECTED]] > Sent: 9 kwietnia 2000 17:58 > To: [EMAIL PROTECTED] > Subject: [GENERAL] Selecting field names? > > Is there a

RE: TRIGGER inheritance?

2000-03-14 Thread Andrzej Mazurkiewicz
So far forget it. I am working now on quick and dirty scheme for inherited objects (triggers, indexes, rules) generation. Andrzej > -Original Message- > From: Ian Harder [SMTP:[EMAIL PROTECTED]] > Sent: 14 marca 2000 07:12 > To: [EMAIL PROTECTED] > Subject: TRIGGER inheritance? >

RE: [GENERAL] Trigger

2000-03-07 Thread Andrzej Mazurkiewicz
Switch to v7.0 beta1 and use FOREIGN KEY. You will save a lot of time. Before you really finish your development there will be 7.0 production (this is my private estimation). Andrzej Mazurkiewicz > -Original Message- > From: Raigo Lukk [SMTP:[EMAIL PROTECTED]] > Sent: 7 marca 2

RE: [GENERAL] Grant problems

2000-01-20 Thread Andrzej Mazurkiewicz
test_table has to be created by different user than testuser. If the table is created by testuser he is an owner of the table and can do everything what he wants. Regards, Andrzej > -Original Message- > From: Balazs Gyetvai [SMTP:[EMAIL PROTECTED]] > Sent: 20 stycznia 2000 11:07 > To: [

[GENERAL] Referencial integrity - Re: Is PostgreSQL ready for mission criticalapplications?

1999-11-24 Thread Andrzej Mazurkiewicz
introduced by his software. Andrzej Mazurkiewicz > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: 23 listopada 1999 10:42 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [GENERAL] Re: Is PostgreSQL

RE: [GENERAL] FW: inheritance of functions

1999-10-27 Thread Andrzej Mazurkiewicz
00|SELECT $1.liczba AS suma;|- (1 row) archimp0=> I am looking for working example ! Regards, Andrzej Mazurkiewicz > -Original Message- > From: Aaron J. Seigo [SMTP:[EMAIL PROTECTED]] > Sent: 27 paYdziernika 1999 17:39 > To: Andrzej Mazurkiewicz; '[EMAIL PROTE

[GENERAL] FW: inheritance of functions

1999-10-27 Thread Andrzej Mazurkiewicz
Since I have not got any reply I try GENERAL list. Regards, Andrzej Mazurkiewicz > -Original Message- > From: Andrzej Mazurkiewicz > Sent: 22 paYdziernika 1999 11:27 > To: '[EMAIL PROTECTED]' > Subject: inheritance of functions > > In Postgres Us