Re: [OT] MySQL is bad, but THIS bad?
Jim C. Nasby <jnasby@pervasive.com>
From: "Jim C. Nasby" <jnasby@pervasive.com>
To: David Fetter <david@fetter.org>
Cc: "Joshua D. Drake" <jd@commandprompt.com>, "Marc G. Fournier" <scrappy@postgresql.org>, John DeSoi <desoi@pgedit.com>, Mark Woodward <pgsql@mohawksoft.com>, pgsql-hackers@postgresql.org
Date: 2006-05-18T18:22:55Z
Lists: 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