Re: MySQL has transactions

From: "David Wall" <d(dot)wall(at)computer(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MySQL has transactions
Date: 2001-01-24 19:18:59
Message-ID: 94n9q3$2jd4$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > Something I'm curious about: does MySQL support user-defined datatypes?
>
> No, it does not.
>
> > If so, how hard is it to make a new datatype? I think datatype
> > extensibility is one of the cooler features of Postgres ...

Making new datatypes sounds good, but in practice how easy is it to do? I
don't see old SQL92 types like BLOB being supported by the database, and
large objects appears quite broken in its implementation, so adding new
types can't be all that easy to do.

David

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-01-24 19:25:35 Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
Previous Message Mitch Vincent 2001-01-24 19:15:26 Re: 7.1 expected features list?