Re: Open items

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Open items
Date: 2004-08-03 13:44:12
Message-ID: 6bbc8ab5238382c7a32ef74f0bd98292@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)turnstep(dot)com
PGP Key: 0x14964AC8 200408021700

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFBD5ePvJuQZxSWSsgRAmoGAKCwXAzTPIkvco7720ngJG+QeuYdUwCfQkAp
/Jqkq/L2UlG7C7KhmsIVFZs=
=FA/T
-----END PGP SIGNATURE-----

In response to

  • Open items at 2004-08-02 19:35:34 from Bruce Momjian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-08-03 13:49:21 Two questions about savepoints: Bug or feature?
Previous Message Tatsuo Ishii 2004-08-03 12:59:33 Re: Unicode restriction