Re: problem calling psql from another program

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: problem calling psql from another program
Дата
Msg-id 1119624315.8208.70.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на problem calling psql from another program  (Frank Rittinger <gis@schnegg.net>)
Список pgsql-general
On Fri, 2005-06-24 at 01:57, Frank Rittinger wrote:
> Hello list,
>
> I have PostgreSQL 8.0 on Windows Server 2000, and wrote a small .NET
> program that creates a subprocess that executes psql with a sql script
> as input (psql -U user -f script.sql).
>
> This script runs well if I start psql from the command line and execute
> it there.  But within the .NET program it behaves strange:  it never
> finishes but the server doesn't do anything.  When I kill the program
> with CTRL-C than it seams as if the script gets executed. (BTW this
> works fine under WinXP Pro!)

I'm guessing you have an authentication problem.  Make sure you're got
logging turned on for postgresql, then tail the logs (or whatever the
equivalent is in windowsland) and watch for errors when you run your
.net app.

But why are you using the .net connector for postgresql?

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Non-unique index performance
Следующее
От: Omachonu Ogali
Дата:
Сообщение: create rule ... as on insert