Thread: Open 7.4 items
P O S T G R E S Q L 7 . 4 O P E N I T E M S Current at ftp://momjian.postgresql.org/pub/postgresql/open_items. Changes ------- Fix REVOKE ALL ON FUNCTION error when removing owner permissions Fix plpgsql handling of boolean tests on non-booleans Have PQrequestCancel() wait for postmaster to drop connection Allow SET SESSION AUTHORIZATION to update the psql %n user display Improve speed of building of constraints during restore Documentation Changes --------------------- Complete release notes -- 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
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Current at ftp://momjian.postgresql.org/pub/postgresql/open_items. A couple things you don't have there: * Tuple visibility rules for triggers and rules fired by RI actions (I'm now of the opinion that the visibility patch I put in a few days ago is wrong, or at least incomplete, and perhaps should be reversed out. I'm not sure that we have agreed what to do instead, though.) * What to do about exposing the list of possible SQLSTATE error codes This is mostly a documentation issue not a code issue. Do we want to insert errcodes.h into the SGML docs in some form? Do we want to add it to the set of standardly installed header files? regards, tom lane
Both added. Thanks. --------------------------------------------------------------------------- Tom Lane wrote: > Bruce Momjian <pgman@candle.pha.pa.us> writes: > > Current at ftp://momjian.postgresql.org/pub/postgresql/open_items. > > A couple things you don't have there: > > * Tuple visibility rules for triggers and rules fired by RI actions > > (I'm now of the opinion that the visibility patch I put in a few days > ago is wrong, or at least incomplete, and perhaps should be reversed > out. I'm not sure that we have agreed what to do instead, though.) > > * What to do about exposing the list of possible SQLSTATE error codes > > This is mostly a documentation issue not a code issue. Do we want to > insert errcodes.h into the SGML docs in some form? Do we want to add it > to the set of standardly installed header files? > > regards, tom lane > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match > -- 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