Re: Pet Peeves?

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Pet Peeves?
Дата
Msg-id d6d6637f0902021354o5b7050ebv8e236b7d7c460856@mail.gmail.com
обсуждение исходный текст
Ответ на Pet Peeves?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Pet Peeves?  (Gregory Stark <stark@enterprisedb.com>)
Re: Pet Peeves?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
On Thu, Jan 29, 2009 at 8:16 AM, Gregory Stark <stark@enterprisedb.com> wrote:
> So, what do people say? Is Postgres perfect in your world or does it do some
> things which rub you the wrong way?

Things I'd particularly like to have that aren't entirely on the map yet:

- In place upgrade
- Stored procedures that can manage transactions (e.g. - contrast with
present stored functions that forcibly live *inside* a transaction
context; the point isn't functions vs procedures, but rather to have
something that can do txn management)

I'd expect that txn-managing procedures could then enable various
sorts of usages involving other interesting bits:
- Managing 2PC
- Managing NOTIFY/LISTEN
- Managing jobs (e.g. - "pgcron")
- Using dblink()/SQL-MED to manage cross-DB work

I'd expect these all to be the sorts of side-effects enabled by the
one change...
--
http://linuxfinances.info/info/linuxdistributions.html
Calvin Trillin  - "Health food makes me sick."

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

Предыдущее
От: "Eric Brown"
Дата:
Сообщение: Is dropping pg_ts_* harmful?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: plpgsql and control structures