in reply to Re^4: Perl/PostgreSQL niche
in thread Perl/PostgreSQL niche

If you use MySQL and you did not know about the trucation 'features' of MySQL, then you really should read the MySQL Gotchas page. There are a lot of eye openers in there that would shock users of other DBMSes, but are considered acceptable for developers that have generally only ever used MySQL.

To be fair, here is the PostgreSQL gotchas page.

Replies are listed 'Best First'.
Re^6: Perl/PostgreSQL niche
by danmcb (Monk) on Sep 06, 2005 at 14:31 UTC
    thanks. I'll take a good look sometime.