Re: Bootstrap DATA is a pita

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Bootstrap DATA is a pita
Дата
Msg-id 54E7FA11.70108@gmx.net
обсуждение исходный текст
Ответ на Bootstrap DATA is a pita  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Bootstrap DATA is a pita
Список pgsql-hackers
I violently support this proposal.

> Maybe something rougly like:
> 
> # pg_type.data
> CatalogData(
>     'pg_type',
>     [
>      {
>      oid => 2249,
>      data => {typname => 'cstring', typlen => -2, typbyval => 1, fake => '...'},
>      oiddefine => 'CSTRINGOID'
>      }
>     ]
> );

One concern I have with this is that in my experience different tools
and editors have vastly different ideas on how to format these kinds of
nested structures.  I'd try out YAML, or even a homemade fake YAML over
this.




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bootstrap DATA is a pita
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Bootstrap DATA is a pita