Dear open source contributors,
I am Eunyoung Chung, a Masters student working with Dr. Jensen at
Oregon State University.
We are currently doing a research project in collaboration with Dr.
Truong and Ph.D student Koji Yatani at University of Toronto. Our goal
is to understand how contributors
Hey Derrick,
I work with Matt, and I was involved in our Kerberos implementation.
I'll try to answer your questions...
- You only need to make the mapping to an Active Directory(AD) user once
for that PG service. What that ktpass command does is map the principal
name for your PG service to an
Nope, no Unix accounts are necessary besides the one that PG runs as.
You do need the PG roles, however. Good luck!
garner
From: Derrick Stensrud [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 20, 2006 10:36 AM
To: Garner Chung
Cc: pgsql-general
Hi! I have planed to use JDBC driver on postgreSQL.
So, If I have any JDBC-postgreSQL source code, my project would be
a lot easier.
Where can I find the source codes and any documentation about JDBC?
thank you for your advance.
PS. I couldn't find any useful information at the programmer guid
Hello,
I want to apologize in advance if I sent this to the wrong mailing list.
I'm was trying out the example functions using TCL, but for function
was not created. Here's the error:
db=# CREATE FUNCTION tcl_max (int4, int4) RETURNS int4 AS '
if {$1 > $2} {return $1}
return $2
' LANG