Re: Development Plans

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Development Plans
Дата
Msg-id 1f271c26c8f453db4b042ff52cf84e2e@biglumber.com
обсуждение исходный текст
Ответ на Development Plans  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Development Plans  (Josh Berkus <josh@agliodbs.com>)
Re: Development Plans  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-advocacy
-----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@turnstep.com
PGP Key: 0x14964AC8 200502281832
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFCI6rLvJuQZxSWSsgRAuntAKDU6ROIjrI6Mc2ZMabEBj/+/bdYTACeIV8G
w9kyTLUklM20MYC58APQkfw=
=ooGo
-----END PGP SIGNATURE-----



В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Robert Bernier
Дата:
Сообщение: Re: call me when you finally get the CDs
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Development Plans