Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [opensuse] PostgreSQL connection
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Thu, 3 Nov 2005 22:21:14 +0100
- Message-id: <200511032221.14895.andjoh@xxxxxxxxxx>
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 \*"
> 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 \*"
| < Previous | Next > |