Re: PostgreSQL Gotchas
От
Ian Harding
Тема
Re: PostgreSQL Gotchas
Дата
Msg-id
725602300510082022v6ca8f20eh6f3b01c16d821adf@mail.gmail.com
Ответ на
Re: PostgreSQL Gotchas (Nikolay Samokhvalov)
Список
Дерево обсуждения
PostgreSQL Gotchas "Aly S.P Dharshi" <aly.dharshi@telus.net>
Re: PostgreSQL Gotchas Neil Conway <neilc@samurai.com>
Re: PostgreSQL Gotchas Peter Eisentraut <peter_e@gmx.net>
Re: PostgreSQL Gotchas Jeffrey Melloy <jmelloy@visualdistortion.org>
Re: PostgreSQL Gotchas Michael Fuhr <mike@fuhr.org>
Re: PostgreSQL Gotchas Ian Barwick <barwick@gmail.com>
Re: PostgreSQL Gotchas "Gavin M. Roy" <gmr@ehpg.net>
Re: PostgreSQL Gotchas Alex Turner <armtuk@gmail.com>
Re: PostgreSQL Gotchas "Aly S.P Dharshi" <aly.dharshi@telus.net>
Re: PostgreSQL Gotchas Scott Marlowe <smarlowe@g2switchworks.com>
Re: PostgreSQL Gotchas "Gavin M. Roy" <gmr@ehpg.net>
Re: PostgreSQL Gotchas "Aly S.P Dharshi" <aly.dharshi@telus.net>
Re: PostgreSQL Gotchas Stephen Frost <sfrost@snowman.net>
Re: PostgreSQL Gotchas Bruce Momjian <pgman@candle.pha.pa.us>
Re: PostgreSQL Gotchas "Jim C. Nasby" <jnasby@pervasive.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas "Jim C. Nasby" <jnasby@pervasive.com>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Scott Marlowe <smarlowe@g2switchworks.com>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Greg Stark <gsstark@mit.edu>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Greg Stark <gsstark@mit.edu>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Greg Stark <gsstark@mit.edu>
Re: PostgreSQL Gotchas Chris Travers <chris@metatrontech.com>
Re: PostgreSQL Gotchas Jan Wieck <JanWieck@Yahoo.com>
Re: PostgreSQL Gotchas Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Peter Eisentraut <peter_e@gmx.net>
Re: PostgreSQL Gotchas Matthew <matthew@zeut.net>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Stephen Frost <sfrost@snowman.net>
Re: PostgreSQL Gotchas Lincoln Yeoh <lyeoh@pop.jaring.my>
Re: PostgreSQL Gotchas Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL Gotchas Chris Travers <chris@metatrontech.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Peter Eisentraut <peter_e@gmx.net>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Jan Wieck <JanWieck@Yahoo.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Jan Wieck <JanWieck@Yahoo.com>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Chris Travers <chris@metatrontech.com>
Re: PostgreSQL Gotchas Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL Gotchas Chris Travers <chris@travelamericas.com>
Re: PostgreSQL Gotchas Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL Gotchas Andrew Sullivan <ajs@crankycanuck.ca>
Re: PostgreSQL Gotchas Steve Atkins <steve@blighty.com>
Re: PostgreSQL Gotchas David Fetter <david@fetter.org>
Re: PostgreSQL Gotchas "Jim C. Nasby" <jnasby@pervasive.com>
Re: PostgreSQL Gotchas David Fetter <david@fetter.org>
Re: PostgreSQL Gotchas Alex Turner <armtuk@gmail.com>
Re: PostgreSQL Gotchas "Jim C. Nasby" <jnasby@pervasive.com>
On 10/8/05, Nikolay Samokhvalov wrote: > I use PostgeSQL less than year. Before I worked with MS SQL Server > 2000, MySQL 3&4, Oracle8i and Interbase. Also, I studied standards > SQL:1999 and SQL:2003. So, after switching to PostgreSQL I've > encountered with several things that seem strange to me. Of course, > several of them are simply not implemented yet and are in the list of > unsopported features: > http://www.postgresql.org/docs/8.0/interactive/unsupported-features-sql-standard.html. > But some seem to be 'old diseases'. > > Here is my list of the issues: > http://chernowiki.ru/Dev/PostgreSQLComparedWithSQL2003AndOracleSQLServerDB2Etc > > Perhaps I'm wrong with some issues - any comments are welcome. > From the referenced page... "We can insert into column of type TIME the value such as '12:15' and then obtain '12:15:00' making select, but we couldn't do the same with dates." Huh? Minutes and seconds have a valid value of zero. Months and days don't. Date types need to contain a valid date, and time types need to contain a valid time. Anything else seems like, well, MySQL.
В списке pgsql-general по дате отправления