Re: [PATCHES] Re: Support for %TYPE in CREATE FUNCTION - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] Re: Support for %TYPE in CREATE FUNCTION
Date
Msg-id 200104282245.f3SMjdG11119@candle.pha.pa.us
Whole thread Raw
In response to Re: Support for %TYPE in CREATE FUNCTION  (Roberto Mello <rmello@cc.usu.edu>)
Responses Re: [PATCHES] Re: Support for %TYPE in CREATE FUNCTION  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-hackers
> > Using %TYPE makes it easier to write a function which is independent
> > of the definition of a table.  That is, minor changes to the types
> > used in the table may not require changes to the function.
>
>     Wow! This would be _very_ useful! It's something I wish PostgreSQL
> had and I miss it everytime I write functions and remember PL/SQL.
>
>     Thanks a lot Ian, I hope this one makes it in (hopefully for 7.1.1)

Sorry, only in 7.2.  No new features in minor releases unless they are
very safe.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: v7.1.1 branched and released on Tuesday ...
Next
From: mlw
Date:
Subject: Re: Struggling with c functions