Re: PostgreSQL Qs

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: PostgreSQL Qs
Дата
Msg-id 1052337828.21371.15.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Re: PostgreSQL Qs  (Richard Huxton <dev@archonet.com>)
Ответы Re: PostgreSQL Qs  (Jon Earle <je_pgsql@kronos.honk.org>)
Список pgsql-general
On Wed, 2003-05-07 at 18:32, Richard Huxton wrote:
> On Wednesday 07 May 2003 5:35 pm, Jon Earle wrote:

> > My system runs Debian, I installed postgresql from apt.  It seemed to
> > proceed correctly (no errors were tossed my way).  As user postgres, I
> > created the db and table structure.  Again, seemed to proceed correctly.
> >
> > I changed /etc/postgresql/pg_hba.conf to:
> >
> > local        all                                           md5
> > host         all         127.0.0.1     255.0.0.0           md5
> > host         dbname      0.0.0.0       255.255.255.255     md5
>
> What version is this? I've got something like (note the extra column):
> # TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD
> host    all         all         127.0.0.1         255.255.255.255   md5

I assume he is using Debian stable, which has 7.2.1 (and will have for
evermore, dammit!, until the next stable release.)

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "Dearly beloved, avenge not yourselves, but rather give
      place unto wrath. For it is written, Vengeance is
      mine; I will repay, saith the Lord. Therefore if thine
      enemy hunger, feed him; if he thirst, give him drink;
      for in so doing thou shalt heap coals of fire on his
      head. Be not overcome of evil, but overcome evil with
      good."      Romans 12:19-21


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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: select offset by alphabetical reference
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: PostgreSQL Qs