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
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
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