From: | kelvin273 <mtraina(at)inwind(dot)it> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: my insertion script don't work |
Date: | 2009-05-19 10:05:02 |
Message-ID: | 23613254.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Solved...mine error...the script was create under windows and launched under
linux...the file format was not corrent...
Thanks :-)
kelvin273 wrote:
>
> Hi all,
> i'm using postgresql 8.3 and i have create a very simple script for insert
> data into database (because i'm testing it, i create and drop/mod
> frequently the tables).
> My script is this:
>
> #!/bin/bash
> echo "Insert start"
> psql -U myself -d test -f 000_ins_users.sql
> psql -U myself -d test -f 001_ins_profile.sql
> psql -U myself -d test -f 002_ins_user_prof.sql
> echo "Insert end"
>
> but i receive this error when i launch this:
>
> Insert start
> : Invalid argument
> : Invalid argumentl
> : Invalid argumentsql
> Insert end
>
> It looks like that the filename argument is not ok...and the error is
> different because the filename (length of that) is different...can you
> help me, please?
> Thank you very much!
>
>
>
--
View this message in context: http://www.nabble.com/my-insertion-script-don%27t-work-tp23611570p23613254.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Sam Mason | 2009-05-19 10:09:32 | Re: INTERVAL data type and libpq - what format? |
Previous Message | Richard Huxton | 2009-05-19 09:57:28 | Re: INTERVAL SECOND limited to 59 seconds? |