Re: add column sillyness - Mailing list pgsql-general

From Alvaro Herrera Munoz
Subject Re: add column sillyness
Date
Msg-id 20031209223443.GD3762@dcc.uchile.cl
Whole thread Raw
In response to Re: add column sillyness  (Eric Soroos <eric-psql@soroos.net>)
List pgsql-general
On Tue, Dec 09, 2003 at 02:29:31PM -0800, Eric Soroos wrote:

> >MySQL is CLEARLY SUPERIOR in terms of

> mysql> insert into test (foo) values (1.5);
> Query OK, 1 row affected (0.42 sec)
>
> mysql> select * from test;
> +------+
> | foo  |
> +------+
> |    2 |
> +------+

Cool.  Where do I download this software?
This is just what I was looking for.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Es fil�sofo el que disfruta con los enigmas" (G. Coli)

pgsql-general by date:

Previous
From: Eric Soroos
Date:
Subject: Re: add column sillyness
Next
From: Jan Wieck
Date:
Subject: Re: add column sillyness