my insertion script don't work

Поиск
Список
Период
Сортировка
От kelvin273
Тема my insertion script don't work
Дата
Msg-id 23611570.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: my insertion script don't work  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: my insertion script don't work  (Richard Huxton <dev@archonet.com>)
Re: my insertion script don't work  (kelvin273 <mtraina@inwind.it>)
Список pgsql-general
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-tp23611570p23611570.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Sebastien FLAESCH
Дата:
Сообщение: Re: INTERVAL data type and libpq - what format?
Следующее
От: Thomas Guettler
Дата:
Сообщение: Re: Get block of N numbers from sequence