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


Reply via email to