am Thu, dem 26.07.2007, um 0:33:09 -0700 mailte Bryce Nesbitt folgendes: > How do I specify a cast, if the type name has spaces? foo::integer is > easy, > but foo::'timestamp without time zone' is more murky.
Hehe, it works without the ', see: test=# select '2007-01-01'::timestamp without time zone; timestamp --------------------- 2007-01-01 00:00:00 (1 row) test=*# select '2007-01-01'::timestamp with time zone; timestamptz ------------------------ 2007-01-01 00:00:00+01 (1 row) ndreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend