Re: [OT] MySQL is bad, but THIS bad? - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: [OT] MySQL is bad, but THIS bad?
Date
Msg-id 20060518182255.GL64371@pervasive.com
Whole thread Raw
In response to Re: [OT] MySQL is bad, but THIS bad?  (David Fetter <david@fetter.org>)
Responses Re: [OT] MySQL is bad, but THIS bad?
List pgsql-hackers
On Thu, May 18, 2006 at 11:09:28AM -0700, David Fetter wrote:
> postgres=# CREATE TABLE dual();
> CREATE TABLE

You forgot to populate it.

In reality I think you'd want dual to be a view on SELECT 1; or whatever
the appropriate value is.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [OT] MySQL is bad, but THIS bad?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [OT] MySQL is bad, but THIS bad?