[GENERAL] Open source and diagramming survey

2009-04-26 Thread chung
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

Re: [GENERAL] postgres kerberos how to

2006-12-20 Thread Garner Chung
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

Re: FW: [GENERAL] postgres kerberos how to

2006-12-20 Thread Garner Chung
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

[GENERAL] I am looking for an example about JDBC-postgreSQL usages.

1998-07-13 Thread Joon Chung
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

[GENERAL] A couple of pgsql questions

2000-10-18 Thread Jack V Chung
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