From: | "Richard Huxton" <dev(at)archonet(dot)com> |
---|---|
To: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Weird problem with script... |
Date: | 2001-01-03 10:22:03 |
Message-ID: | 019501c0756f$05881d40$1001a8c0@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: <jkakar(at)expressus(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Sent: Wednesday, January 03, 2001 1:02 AM
Subject: Re: [SQL] Weird problem with script...
> jkakar(at)expressus(dot)com writes:
> > I'm building a script to create the tables in my database. Everything
> > works fine except one thing with this part of my script:
>
> > create table tbl_resume_free_text_type (
> > type_id int,
> > type text
> > );
>
> > -- insert into tbl_resume_free_text_type (type_id, type) values (1,
'Hobbies');
> > -- insert into tbl_resume_free_text_type (type_id, type) values (2,
'Special Talents');
>
> > If I uncomment the two insert statements I get an error message
> > stating that tbl_resume_free_text_type doesn't exist.
>
> Odd. The three statements work just fine for me when executed by hand
> in 7.0.3. Anyone else able to reproduce a problem?
>
> regards, tom lane
Works fine on 7.0.0 putting them in a text file and doing psql < filename
Jamu - how are you executing this?
- Richard
From | Date | Subject | |
---|---|---|---|
Next Message | juerg.rietmann | 2001-01-03 15:17:19 | how to build this query ??? Please help !!! |
Previous Message | Sangeeta Bhatnagar | 2001-01-03 08:14:22 |