Re: Extensions User Design

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Extensions User Design
Дата
Msg-id 4A688B23.4020101@dunslane.net
обсуждение исходный текст
Ответ на Re: Extensions User Design  (Dimitri Fontaine <dfontaine@hi-media.com>)
Ответы Re: Extensions User Design  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers

Dimitri Fontaine wrote:
> Richard Huxton <dev@archonet.com> writes:
>   
>> INSTALL chinese_calendar;
>> IMPORT FROM chinese_calendar SECTION (default) INTO SCHEMA pg_extension;
>> IMPORT FROM chinese_calendar SECTION (year_names) INTO SCHEMA lookups;
>>     
>
> Please see Andrew Dunstan mail about using some notion of ALIAS (is that
> a standard compliant SYNONYM?) for handling this:
>
>   http://archives.postgresql.org/pgsql-hackers/2009-05/msg01391.php
>   http://archives.postgresql.org/pgsql-hackers/2009-05/msg01401.php
>
>   

Please particularly see this sentence: "But unless someone wants to 
tackle that I think we should leave schema management entirely alone, 
and leave it up to the extension author / DBA between them."

I think we are in some danger of massively overdesigning this feature 
(and of repeating past discussions with little extra content). Please 
don't keep adding bells and whistles. The best development is almost 
always incremental. Let's start simple and then add features.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: generic explain options v3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Lock Wait Statistics (next commitfest)