Re: [GENERAL] To Postgres or not

2005-07-13 Thread Tadej Kanizar
I've been using MySql for a long time, and have just recently moved to PostgreSql (currently I have a few projects already running on postgresql).. I have to say I prefer PostgreSql over MySql. One major factor in this is the price (as mysql isn't free for commercial projects). I can't really tell

[GENERAL] Multi DB performance test

2007-03-12 Thread Tadej Kanizar
http://devloop.org.uk/documentation/database-performance/ Any comments? Regards, Tadej

[GENERAL] Getting timestamp without milliseconds

2006-01-05 Thread Tadej Kanizar
Hi!   I’ve got a timestamp field.. and it returns sth like “2006-01-04 21:33:17.156”. How can I get the same result, just without the .156? I’ve looked at date/time formatting functions, etc, but couldn’t find a straight way to do this L Thanks.   Regards, Tadej