Re: puzzling perl DBI vs psql problem

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: puzzling perl DBI vs psql problem
Дата
Msg-id 53221B40.7070809@gmail.com
обсуждение исходный текст
Ответ на Re: puzzling perl DBI vs psql problem  (Susan Cassidy <susan.cassidy@decisionsciencescorp.com>)
Ответы Re: puzzling perl DBI vs psql problem  (Susan Cassidy <susan.cassidy@decisionsciencescorp.com>)
Список pgsql-general
On 03/13/2014 02:44 PM, Susan Cassidy wrote:
No, I don't have 2 instances running.  I default the port on the psql command line, and the perl program is using 5432, as normal.

Now, I'm discovering that syslog is no longer logging anything.  I bounced it, but to no avail.

Susan


On Thu, Mar 13, 2014 at 1:34 PM, Rodrigo Gonzalez <rjgonzale.lists@gmail.com> wrote:
On Thu, 13 Mar 2014 13:28:38 -0700
Susan Cassidy <susan.cassidy@decisionsciencescorp.com> wrote:

> No, it is connecting to localhost, which is the same system I am
> running psql on.
>
> Susan
>
Well, if one query is logged and the other one is not it means that it
is running against different servers (as far as I understand
logging)....

Maybe psql is connecting using one socket and perl using another one?
maybe you have 2 instances running?

I would like to see the output of
ps auxw | grep p
when each or both is running

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

Предыдущее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: puzzling perl DBI vs psql problem
Следующее
От: Susan Cassidy
Дата:
Сообщение: Re: puzzling perl DBI vs psql problem