From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | pgsql-advocacy(at)postgresql(dot)org |
Subject: | Re: Development Plans |
Date: | 2005-02-28 23:33:19 |
Message-ID: | 1f271c26c8f453db4b042ff52cf84e2e@biglumber.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-hackers |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> What will be in release 8.1?
Three things I am working on and hope to get in 8.1:
* Synchronizing all the psql \d commands so that \dt
shows your tables, \df shows your functions, etc. The
majority of this is done, but the tab-completion part
has slowed me down a bit. Still, it should be in 8.1
* Support for "error catching" in psql via savepoints. This
one is pretty tricky, as we'll need to build our own mini-SQL
parser to catch savepoint creation/destruction, or wait for
someone to implement a hook in libpq to get at the current stack
of savepoints. If I get everything else on my list done, I'll
attack the hook, but would prefer if someone else would do it, as
that's still a bit over my head. The rest of it is pretty much written
though.
* Allowing triggers to be column-based. Someone at one point claimed
they were working on this, but we never heard back from them, so I
am assuming it is still an open item. I have not started on this, I want
to wait to see if anyone else is working on it and/or has existing work
I can build off of.
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200502281832
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iD8DBQFCI6rLvJuQZxSWSsgRAuntAKDU6ROIjrI6Mc2ZMabEBj/+/bdYTACeIV8G
w9kyTLUklM20MYC58APQkfw=
=ooGo
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2005-02-28 23:57:31 | Re: Development Plans |
Previous Message | Robert Bernier | 2005-02-28 18:41:29 | Re: call me when you finally get the CDs |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2005-02-28 23:47:06 | Re: idea for concurrent seqscans |
Previous Message | Nicolai Tufar | 2005-02-28 23:22:24 | Thread-safe snprintf() vsnprintf() and printf() |