Re: newbie - postgresql or mysql - Mailing list pgsql-general

From Frank
Subject Re: newbie - postgresql or mysql
Date
Msg-id 6.2.3.4.0.20050831151535.01cb0958@incoming.verizon.net
Whole thread Raw
In response to Re: newbie - postgresql or mysql  (Scott Marlowe <smarlowe@g2switchworks.com>)
Responses Re: newbie - postgresql or mysql  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: newbie - postgresql or mysql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: newbie - postgresql or mysql  (Michael Fuhr <mike@fuhr.org>)
Re: newbie - postgresql or mysql  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: newbie - postgresql or mysql  (Chris Travers <chris@metatrontech.com>)
List pgsql-general
Thanks for clearing up some confusion.

 >>Look in the contrib/mysql directory in the source file (or install the
contrib packages for your system, assuming they come with that contrib
package<<

I do not have that, where can I download it?

This fails to insert records

> > insert  into category values
> > (4, 'Hardware - Monitor', 2, '2004-10-12 10:50:01'),
> > (5, 'Hardware - Printer', 2, '2004-10-12 10:50:02'),
> > (6, 'Hardware - Terminal', 2, '2004-10-12 10:50:02'),
> > (7, 'Hardware - PC Laptop', 2, '2004-10-12 10:50:02'),
> > (9, 'Hardware - Misc.', 1, '2004-10-12 10:51:00'),
> > (10, 'Hardware - PC Desktop', 2, '2004-10-12 10:50:03'),
> > (11, 'Software - PC', 2, '2004-10-12 10:50:03'),
> > (13, 'Software - Network', 2, '2004-10-12 10:50:04'),
> > (14, 'Software - Midrange, AS/400', 2, '2004-10-12 10:50:04'),
> > (15, 'Software - Server', 2, '2004-10-12 10:50:04'),
> > (16, 'Hardware - Wyse Terminal', 2, '2004-10-12 10:50:05');

Regards,

Frank



pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: newbie - postgresql or mysql
Next
From: Tom Lane
Date:
Subject: Re: temp tables remain after server restart