Re: Open items

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Open items
Дата
Msg-id 200408031914.i73JE8a02106@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Open items  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: Open items  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-hackers
> It`s not a beta-blocker, but I still need to fix the postgresql.conf.sample
> file to not use all those commented-out values. Unfortunately, I have not
> had time to do this. If someone could take of this, it would be most
> appreciated. See Tom`s notes on some issues involved:
>  
> http://archives.postgresql.org/pgsql-patches/2004-07/msg00178.php
>  
> Another reason to make sure this makes it into 8.0 is so that the new
> group of users does not see the format of the file change from 8.0 to 8.1,
> but can start right away with the more intuitive format.

This is too involved a change at this stage.  I don't expect
postgresql.conf to change any more from 7.4->8.0 than from 8.0->8.1 so I
don't see why this is more critical for this release, and it has too
many open issues.

> Second, Jan promised at OSCON to fix up server-side prepare so it actually
> works even if you do not have the exact types to pass in. I presume you
> will then be able to do something like this:
>  
> PREPARE mystatement AS SELECT * FROM pg_class WHERE relanem = $1
>  
> which will make driver writers very, very happy.

Promising does not mean it will get into CVS.

I am not in favor of doing any of these things for 8.0.  We are far past
feature freeze.  If someone wants these, they are going to have to make
a persuasive argument to the community.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: cannot remove lock from HTAB
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Anybody have an Oracle PL/SQL reference at hand?