Redundant double-quotes in types

Поиск
Список
Период
Сортировка
От Erwin Brandstetter
Тема Redundant double-quotes in types
Дата
Msg-id 47BB34BF.1060104@falter.at
обсуждение исходный текст
Ответы Re: Redundant double-quotes in types
Список pgadmin-hackers
Hi developers! Hi Dave!


Testing pgAdmin v.1.8.2 (Feb 5 2008), rev: 7050) on WinXP; host: pg 8.2.6 on
Debian Etch


An odd detail in pgAdmin 1.8.2 in reverse engineered SQL for types (in the
"TYPES" collection). The simple type "text" is double-quoted.
Example:
CREATE TYPE t_foo AS
    (foo_id integer,
     foo "text",
     sometxt "text");

Shouldn't that be:
CREATE TYPE t_foo AS
    (foo_id integer,
     foo text,
     sometxt text);

Doesn't seem to do any harm, but is still confusing.


Regards
Erwin

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r7082 - trunk/www/locale
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Obsolete "FORCE" option for REINDEX