Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3
Дата
Msg-id 2816.1011801753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add OR REPLACE clauses to non-FUNCTION object creation in PostgreSQL 7.3  (Holger Krug <hkrug@rationalizer.com>)
Список pgsql-hackers
Holger Krug <hkrug@rationalizer.com> writes:
> On Wed, Jan 23, 2002 at 02:44:17PM +0100, Jean-Michel POURE wrote:
>> Otherwise I will have to learn more C and do it myself (which I am not sure 
>> to do because I am not a good programmer and do not know PostgreSQL 
>> internals).

> It should be not very difficult. I think, the patch which implemented
> CREATE OR REPLACE FUNCTION should tell you almost all the stuff.

There was, however, quite a bit of thrashing-about later to make it
actually work reasonably well :-(
        regards, tom lane


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Auditing and Postgres 7.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RFD: schemas and different kinds of Postgres objects