Re: odbc with debian woody/postgres

From: Herbie Liechti <herbert(dot)liechti(at)thinx(dot)ch>
To: Matt Price <matt(dot)price(at)utoronto(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: odbc with debian woody/postgres
Date: 2002-10-09 18:16:31
Message-ID: 200210092016.31462.herbert.liechti@thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Mittwoch, 9. Oktober 2002 18.07 schrieben Sie:
> Thanks Christoph, I'm going to try this. But I'm having a little
> trouble figuring out how to get postmaster to start up at boot time
> with the -i option. This is a debian-specific problem -- I don't
> really understand the script in /etc/init.d and I can't figure out
> which line therein I need to modify in order to get it to start up
> with TCP/IP listening. I don't see an obvious call to postmaster...
> anyone familiar with this script know what I should do?

You have to change the file postgresql.conf in /etc/postgresql
There is configuration entry for starting tcp/ip listening:

# TCP/IP access is allowed by default, but the default access given in
# pg_hba.conf will permit it only from localhost, not other machines.
tcpip_socket = 1

Be sure that your pga_hba.conf is set up correctly.

Best regards
Herbie

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Herbert Liechti http://www.thinx.ch
The content management company. Visit http://www.contentx.ch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matt Price 2002-10-09 18:22:00 Re: odbc with debian woody/postgres
Previous Message Manfred Koizar 2002-10-09 18:09:03 Re: [pgsql-performance] Large databases, performance