repeated warnings with 9.3 Beta 1 on windows
От | Marc Mamin |
---|---|
Тема | repeated warnings with 9.3 Beta 1 on windows |
Дата | |
Msg-id | B6F6FD62F2624C4C9916AC0175D56D880CDF63AA@jenmbs01.ad.intershop.net обсуждение исходный текст |
Ответы |
Re: repeated warnings with 9.3 Beta 1 on windows
Re: repeated warnings with 9.3 Beta 1 on windows |
Список | pgsql-hackers |
Hello,
while playing with 9.3 Beta 1 on windows, I've found following small issue:
create table t as select 'a' from generate_series (1,200000)
the warning is returned more than once:
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
...
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
WARNUNG: Spalte "?column?" hat Typ "unknown"
DETAIL: Relation wird trotzdem erzeugt.
Abfrage war erfolgreich durchgeführt: 200000 Zeilen, 312 ms Ausführungszeit.
same test on 9.1 Linux:
WARNING: column "a" has type "unknown"
DETAIL: Proceeding with relation creation anyway.
Query returned successfully: 20000000 rows affected, 9266 ms execution time.
regards,
Marc Mamin
В списке pgsql-hackers по дате отправления: