Re: MySQL has transactions - Mailing list pgsql-general

From David Wall
Subject Re: MySQL has transactions
Date
Msg-id 02ef01c08625$f3256500$5a2b7ad8@expertrade.com
Whole thread Raw
In response to MySQL has transactions  ("David Wall" <d.wall@computer.org>)
List pgsql-general
> I count 25 documented and distinct data types for MySQL, and 30 for
> PostgreSQL.

In my case, I'd just settle for a workable BLOB/LONGBLOB.  I think counting
types is less interesting than meeting ones needs. They "redefine" types
like BLOB as LONGVARBINARY and TEXT as LONGVARCHAR, but does that add two
types?  Anyway, blobs are prettys standard for sql, and that's what I'm
looking to have work for me.

David


pgsql-general by date:

Previous
From: Raymond Chui
Date:
Subject: Postgres Client other than Linux?
Next
From: Tom Lane
Date:
Subject: Re: Having a little trouble with TRIGGERS