Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [opensuse] PostgreSQL connection
- From: Michal Hlavac <michal.hlavac@xxxxxxxxxx>
- Date: Thu, 03 Nov 2005 23:20:58 +0100
- Message-id: <436A8D4A.6090307@xxxxxxxxxx>
Anders Johansson wrote:
> On Thursday 03 November 2005 22:21, Anders Johansson wrote:
>> On Thursday 03 November 2005 22:12, Michal Hlavac wrote:
>>> but when I add "-h *" to POSTGRES_OPTIONS postgresql doesn't start.
>> Sorry, you should add it without the quotes. But I also found that you need
>> to add a \ before the * for some reason. Anyway, the whole like should look
>> like
>>
> POSTGRES_OPTIONS="-h \*"
aarrrghh, I fool... ;) thanx...
> On Thursday 03 November 2005 22:21, Anders Johansson wrote:
>> On Thursday 03 November 2005 22:12, Michal Hlavac wrote:
>>> but when I add "-h *" to POSTGRES_OPTIONS postgresql doesn't start.
>> Sorry, you should add it without the quotes. But I also found that you need
>> to add a \ before the * for some reason. Anyway, the whole like should look
>> like
>>
> POSTGRES_OPTIONS="-h \*"
aarrrghh, I fool... ;) thanx...
| < Previous | Next > |