Re: pg_dump data in BKI format
| От | Tom Lane |
|---|---|
| Тема | Re: pg_dump data in BKI format |
| Дата | |
| Msg-id | 13812.1159213767@sss.pgh.pa.us обсуждение |
| Ответ на | pg_dump data in BKI format (Zdenek Kotala <Zdenek.Kotala@Sun.COM>) |
| Ответы |
Re: pg_dump data in BKI format
|
| Список | pgsql-hackers |
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> I'm playing with catalog upgrade via BKI format. I enhanced the pg_dump
> of BKI output (not patch ready yet). I'm using it for some test now, but
> I think It should be useful for some one other, for example some
> application with embedded postgres should use own prepared BKI for
> database init (with small enhancement in bootstrap mode) and this option
> should help to prepare a BKI script from application template database.
This seems utterly useless :-(
The BKI file format was never designed to be general purpose --- as an
example, I do not believe it can cope with quotes or newlines embedded
in data values. So as a target for pg_dump it's quite unsatisfactory.
Nor do I see a particularly good reason why add-ons would need to get
into the catalogs at the bootstrap stage, rather than using more
conventional, much easier-to-use SQL commands to add objects later
during initdb. So "let's improve BKI" sounds like an exercise in
time-wasting, also.
regards, tom lane
В списке pgsql-hackers по дате отправления: