Re: SHOW CREATE

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: SHOW CREATE
Дата
Msg-id AD031B6B-6CF0-4302-847B-633058AB66B5@seespotcode.net
обсуждение исходный текст
Ответ на Re: SHOW CREATE  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: SHOW CREATE  (David Fetter <david@fetter.org>)
Список pgsql-hackers

> On 2019–07–05, at 12:14, Corey Huinker <corey.huinker@gmail.com> wrote:
>
> In doing that work, it became clear that the command was serving two masters:
> 1. A desire to see the underlying nuts and bolts of a given database object.
> 2. A desire to essentially make the schema portion of pg_dump a server side command.
>
> To that end, I see splitting this into two commands, SHOW CREATE and SHOW DUMP.

I like the idea of having these features available via SQL as opposed to separate tools. Is it necessary to have
specificcommands for them? It seems they would potentially more useful as functions, where they'd be available for all
ofthe programmatic features of the rest of SQL. 

Michael Glaesemann
grzm seespotcode net






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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Patch to document base64 encoding
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Avoiding hash join batch explosions with extreme skew and weirdstats