Re: pg_dump and quoting

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: pg_dump and quoting
Дата
Msg-id 3.0.5.32.20001004210558.02b6f100@mail.rhyme.com.au
обсуждение исходный текст
Ответ на pg_dump and quoting  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
At 19:55 3/10/00 +0200, Peter Eisentraut wrote:
>I think that pg_dump should not quote identifiers that only contain
>lower-case letters and underscores.  That will make it easier to move
>dumps to other database products, because PostgreSQL is off the spec in
>matters case folding in identifiers.  But it's just an idea; if the
>performance hit would be too high, forget it.

In something like pg_dump, I don't really think performance when dumping
metadata is an issue when you consider the cost of dumping actual data.

But to deal with the quoting issue, have you tried '-n' - I think it
basically turns off non-essential quoting.



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


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

Предыдущее
От: "Vladimir V. Zolotych"
Дата:
Сообщение: postgres functions and C++
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Solution for RI permission problem