Re: Open 7.4 items

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open 7.4 items
Date: 2003-09-29 19:47:39
Message-ID: 3879.1064864859@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-29 19:49:08 Re: 7.4 status
Previous Message Michael Meskes 2003-09-29 19:41:17 Re: ecpg doesn't compile (datetime.h/dtime_t)