> On Monday 01 April 2002 14:39, [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > who is working on the PostgreSQL adaptor for Webware?
>
> Do you mean for MiddleKit?
>
Of course. I would like to know who is using postgres yet.
The enum problem could be circumvented with the CHECK (column_name IN (va
Hi,
who is working on the PostgreSQL adaptor for Webware?
I would like to follow.
Consider the following items and give your opinions:
* there's no unsigned type. Should be create a new type, or leave it as bigint.
(Anyway it will be big enough.)
* there's no enum type. I still don't know how