Re: OS/X and PL/PGSQL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: OS/X and PL/PGSQL
Дата
Msg-id Pine.LNX.4.44.0304101528440.2212-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: OS/X and PL/PGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: OS/X and PL/PGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane writes:

> Not sure if this is true on OS/X, but on many Unixen, the dynamic loader
> will write failure messages on stderr that are much more useful than the
> narrow-band error indicator returned to the calling code.  Make sure
> your setup is sending postmaster stderr to a file, not /dev/null, and
> then look in the file to see if this produces any interesting output.

Or maybe it's because of this?

char *
pg_dlerror(void)
{
        return "no error message available";
}

;-)

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)
Следующее
От: "Ed L."
Дата:
Сообщение: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)