[GENERAL] pg_hba.conf and crypt

1999-05-06 Thread Louis Zirkel III

I'm having trouble understanding how to get the crypt option working in
the pg_hba.conf file.  I can get cleartext passwords to be passed and they
work just fine, but I cannot figure out how in the heck to get the crypt
option working.  I've looked through the FAQ and found only a reference to
the pg_hba.conf man page which isn't all that clear to me.  Any help would
be greatly appreciated.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Louis Zirkel III ([EMAIL PROTECTED]) System Admin/Programmer
 "We're living on the Edge of the Century"   -- Styx




[GENERAL] postgres and AOLserver

1999-04-29 Thread Louis Zirkel III

If anyone out there is using AOLserver on Linux for their webserver
with Postgres 6.4.2 I'd like to know how you recompiled the postgres 
driver to get it to work with AOLserver.  I know that it needs to be a
shared library, but I can't seem to get it function properly.  Any ideas?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Louis Zirkel III ([EMAIL PROTECTED]) System Admin/Programmer
 "We're living on the Edge of the Century"   -- Styx





Re: [GENERAL] FAQ

1999-04-22 Thread Louis Zirkel III

On Wed, 21 Apr 1999, Louis Zirkel III wrote:

> On Wed, 21 Apr 1999, Bruce Momjian wrote:
> 
> > I thought we fixed that in 6.4 so bool was not visible to outside
> > applications.  You probably can comment it out of libpq.h.
> 
> You know, I'm not sure what version of the database I'm running.  It may
> very well be that this is an older version (<6.4) and maybe if I just
> upgraded it would be solved.  I'll give that a try and report back.
> Thanks for pointing that out.

I just got done compiling and installing v6.4.2 and I recompiled my app
and I no longer get the warning.  Thanks for helping me realize what a
bonehead i am... ;-)  BTW, it seems faster too...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Louis Zirkel III ([EMAIL PROTECTED]) System Admin/Programmer
 "We're living on the Edge of the Century"   -- Styx




Re: [GENERAL] FAQ

1999-04-21 Thread Louis Zirkel III

On Wed, 21 Apr 1999, Bruce Momjian wrote:

> I thought we fixed that in 6.4 so bool was not visible to outside
> applications.  You probably can comment it out of libpq.h.

You know, I'm not sure what version of the database I'm running.  It may
very well be that this is an older version (<6.4) and maybe if I just
upgraded it would be solved.  I'll give that a try and report back.
Thanks for pointing that out.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Louis Zirkel III ([EMAIL PROTECTED]) System Admin/Programmer
 "We're living on the Edge of the Century"   -- Styx




[GENERAL] FAQ

1999-04-21 Thread Louis Zirkel III

I've just read through the FAQ on the postgresql.org homepage and I can't
seem to find any reference to my problem so I'm resorting to asking the
question here.  If the answer to my question is found in another FAQ
somewhere, please point me in the correct direction.

Anyway, I'm writing a program using ncurses and libpq and I'm getting a
conflict of two different types of 'bool' defined.  Obviously both systems
define a bool data type, and I could go in and comment out one to solve
the problem, but I'd like to know if anyone has run into this situation
and if so what they did to solve it.  I'd be happy to make a change to the
header file, but I don't want to break any other applications that might
end up using the headers.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Louis Zirkel III ([EMAIL PROTECTED]) System Admin/Programmer
 "We're living on the Edge of the Century"   -- Styx