Re: Proposal: stand-alone composite types

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Proposal: stand-alone composite types
Дата
Msg-id GNELIHDDFBOCMGBFGEFOKEGJCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Proposal: stand-alone composite types  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
> 3. Modify CREATE FUNCTION to allow the implicit creation of a dependent
>     composite type, e.g.:
>
>     CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] )
>     RETURNS [setof] { data_type | (column_name data_type [, ... ]) }...
>
>     This would automatically create a stand-alone composite type with a
>     system generated name for the function. Thanks to the new dependency
>     tracking, the implicit composite type would go away if the function
>     is dropped.
>
>
> Comments, objections, or thoughts?

I'm just licking my lips in anticipation of converting my entire website to
SRFs ;)

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: WAL file location
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Weird manual page