Re: Open items

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open items
Date: 2004-08-03 19:14:08
Message-ID: 200408031914.i73JE8a02106@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2004-08-03 22:58:06 Re: compile warnings
Previous Message Jonathan Gardner 2004-08-03 19:12:23 Re: Open items