> Where can I find documentation on how to use OID's in
> Postgres? From the Postgres documentation I have (Admin,
> User, and Programmer manuals), it appears that Postgres
> has built-in support of some kind (or am I reading too
> much into it), but I can't find any kind of overview
> of how it w
Where can I find documentation on how to use OID's in
Postgres? From the Postgres documentation I have (Admin,
User, and Programmer manuals), it appears that Postgres
has built-in support of some kind (or am I reading too
much into it), but I can't find any kind of overview
of how it works and how
Hello...
You are able to make users authenticate by setting up your pg_hba.conf
file. Instead of trust at the end use password. I would read the
manual on security because it gives you some pretty clear axample f what
you probably want.
Hope this helps
-Brad
"Strand Johan F." wrote:
> Hi !
>
>
Hi !
Is it possible to configure the postgresql database server to
require password when you log in from the same host as the
databse server ?
in my case I have a java-program that access the database
through JDBC but it doesen't matter what I type in passwd field
as long as the user-id are cor
Hi, all,
I installed aol server 2.3.3 and postgresql 6.5.3 on my sparc machine with
solaris 2.7. Since I had no cc compiler installed and no root privilege, I
had to copy tclConfig.sh and change TCL_CC='gcc' and
TCL_SHLIB_CFLAGS='-fPIC'. I can compile and install postgresql. there were
no pro