Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [opensuse] PostgreSQL connection
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Thu, 3 Nov 2005 22:23:04 +0100
- Message-id: <200511032223.04333.andjoh@xxxxxxxxxx>
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 \*"
And, considering your other mail, I should add that you then start it with
rcpostgresql start
> 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 \*"
And, considering your other mail, I should add that you then start it with
rcpostgresql start
| < Previous | Next > |