Re: Column name 'user' not allowed?

From: Thomas Mueller <news-exp-dec04(at)tmueller(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Column name 'user' not allowed?
Date: 2004-07-09 07:27:42
Message-ID: pan.2004.07.09.07.27.41.776404@tmueller.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I tried to install phpopenchat but I can't create this table:
>
> poc=> CREATE TABLE poc_user_account (
> poc(> USER varchar(255) NOT NULL,

Thanks everyone!
Creating the database with quoted USER column worked fine, now I have to
resolve the other problems.

I'd like to see one application developed for MySQL that works with any
other database out of the box ...

Thomas
--
http://www.tmueller.com for pgp key (95702B3B)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Plant Thomas 2004-07-09 07:49:32 Problem pg_restore from 7.3 to 7.4
Previous Message Richard Huxton 2004-07-09 07:03:07 Re: HELP