Re: question about deparsing const node and its typmod

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: question about deparsing const node and its typmod
Дата
Msg-id 49D48A03.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: question about deparsing const node and its typmod  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> "Tao Ma" <feng_eden@163.com> writes:
>> Is it really important to show the 'bpchar' if there is no any
>> explicit casting for the column default value.
> 
> Yeah.  We cannot say "char" because per SQL spec, that means
> "char(1)", but there mustn't be a restriction to a single character
> here.
Tangential point: Maybe bpchar should be better documented for users,
since it does occassionally show up in user visible places.  The only
current description that I could find (short of digging into the
source code) is here:
http://www.postgresql.org/docs/8.3/interactive/typeconv-query.html
Perhaps a mention should be added here, as it might be where people
would go looking for it?:
http://www.postgresql.org/docs/8.3/interactive/datatype-character.html
-Kevin


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 8.4 open items list
Следующее
От: abdelhak benmohamed
Дата:
Сообщение: about hacking postgresql