Re: dbt2-shell script problem

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: dbt2-shell script problem
Дата
Msg-id 603c8f071001111439u22268699p5a4798a8f200ab81@mail.gmail.com
обсуждение исходный текст
Ответ на dbt2-shell script problem  (Jonas J <autoramajj@gmail.com>)
Ответы Re: dbt2-shell script problem  (Jonas J <autoramajj@gmail.com>)
Список pgsql-hackers
On Mon, Jan 11, 2010 at 4:18 PM, Jonas J <autoramajj@gmail.com> wrote:
> I get the dbt2 project from the git tree. And i'm trying to make it work
> with postgres. The problem is in one of the dbt2 shell scripts. Since I dont
> understand of Shell Script Programing, here is my problem: (I will post the
> script on the end)

Well this isn't really a "help" list... especially not for
shell-script programming... especially for shell-scripts that aren't
even part of PostgreSQL.

But having said that... I think you must be running a wonky version of sh.

$ DBNAME=rhaas ./broken-script -d /tmp/fodao
Loading customer table...
COPY customer FROM '/tmp/fodao/customer.data' WITH NULL AS '';
ERROR:  relation "customer" does not exist

...Robert


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Typed tables
Следующее
От: Arie Bikker
Дата:
Сообщение: Re: xpath improvement suggestion