"char" quoted in column information schema view

Поиск
Список
Период
Сортировка
От Rainer J. H. Brandt
Тема "char" quoted in column information schema view
Дата
Msg-id 17834.40305.208080.377920@gimli.bb-c.de
обсуждение исходный текст
Ответы Re: "char" quoted in column information schema view  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi!

In the output below (seen with PostgreSQL 8.1.3 and 8.2.1),
is it intentional that "char" is quoted, or is it a bug?


Welcome to psql 8.1.3, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit

exp=> select distinct data_type from information_schema.columns;
        data_type
--------------------------
 "char"
 ARRAY
 abstime
 anyarray
 bigint
 boolean
 bytea
 character
 character varying
 date
 inet
 integer
 name
 numeric
 oid
 real
 regproc
 smallint
 text
 time without time zone
 timestamp with time zone
 xid
(22 rows)




Greetings,
Rainer
--
----------------------------------------------------------------------
Rainer J. H. Brandt
Brandt & Brandt Computer GmbH
Email: rjhb@bb-c.de
Mobile: +49 172 9593205

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2889: Syntax error: WHERE ANY(arrayfield) = N
Следующее
От: Tom Lane
Дата:
Сообщение: Re: "char" quoted in column information schema view