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

Re: [GENERAL] FW: inheritance of functions

1999-10-27 Thread Aaron J. Seigo
hi... > > Postgres automatically allows the created table to inherit functions on > > tables above it in the inheritance hierarchy. > > create table A ( > > . > > . > > ); > > > > create function F ... > > > > create table B ( > > .. > > ) inherits (A); > > > > Now I assume that I can someho

[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 Users Guide, CREATE TABLE section, t