Re: Open items - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Open items
Date
Msg-id 6bbc8ab5238382c7a32ef74f0bd98292@biglumber.com
Whole thread Raw
In response to Open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Open items  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Here are the open items.  I think once they are resolved we can head
> into beta:
>...
> Does anyone have any more?
Two more:
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.
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.
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200408021700
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
iD8DBQFBD5ePvJuQZxSWSsgRAmoGAKCwXAzTPIkvco7720ngJG+QeuYdUwCfQkAp
/Jqkq/L2UlG7C7KhmsIVFZs=
=FA/T
-----END PGP SIGNATURE-----




pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Unicode restriction
Next
From: Devrim GUNDUZ
Date:
Subject: Two questions about savepoints: Bug or feature?