FW: inheritance of functions

From: Andrzej Mazurkiewicz <andrzej(dot)mazurkiewicz(at)polkomtel(dot)com(dot)pl>
To: "'pgsql-general(at)hub(dot)org'" <pgsql-general(at)hub(dot)org>
Subject: FW: inheritance of functions
Date: 1999-10-27 12:49:33
Message-ID: 13288F4408ADD11186FF0060B06A43130164F969@MSGWAW1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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: 'pgsql-sql(at)hub(dot)org'
> Subject: inheritance of functions
>
> In Postgres Users Guide, CREATE TABLE section, the following is stated:
>
> Postgres automatically allows the created table to inherit functions on
> tables above it in the inheritance hierarchy.
>
> Aside: Inheritance of functions is done according to the
> conventions of the Common Lisp Object System (CLOS).
>
> I have tried different constructs but I have not been able to create such
> a functions. Can anybody send me an example of a function that will be
> inherited by inherited table? I. e.
> create table A (
> .
> .
> );
>
> create function F ...
>
> create table B (
> ..
> ) inherits (A);
>
> Now I assume that I can somehow use function F on table B
>
> Thank you,
> Regards,
> Andrzej Mazurkiewicz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ted Nolan SRI Augusta GA 1999-10-27 14:14:47 Re: Windows NT Service? was Re: [GENERAL] Windows Server?
Previous Message amy cheng 1999-10-27 11:25:27 Re: [GENERAL] Auto Ordering