Re: Enhancement to pg_dump

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Enhancement to pg_dump
Дата
Msg-id 87r64zr08q.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Enhancement to pg_dump  ("Rob Kirkbride" <rob.kirkbride@gmail.com>)
Ответы Re: Enhancement to pg_dump  ("Rob Kirkbride" <rob.kirkbride@gmail.com>)
Список pgsql-hackers
"Rob Kirkbride" <rob.kirkbride@gmail.com> writes:

> Once I'm happy with it (I'm a bit rusty at C!), do I post the patch here?

I would say you should post *before* you have a patch you're happy with. As
soon as you have a specific plan of what you want to do it's best to post an
outline of it. That way you at least have a chance of avoiding wasting work in
the wrong direction.

Sometimes things don't really work out that way -- sometimes the plan sounds
good and it only becomes apparent there's a better way later -- but you're
best off getting the best chance you can.

Incidentally, I don't know exactly what the use case you're trying to cover
here is but you should consider looking at TRUNCATE instead of DELETE if
you're really deleting all the records in the table and can accept locking the
table.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's Slony Replication
support!


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: blatantly a bug in the documentation
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: WIP: Column-level Privileges