Re: Issue with Password Authentication for Pgpool

2025-01-09 Thread Martin Gainty
assuming you are implementing kubernetes kubectl exec -it $(kubectl get pods -l app.kubernetes.io/component=pgpool,app.kubernetes.io/name=postgresql-ha -o jsonpath='{.items[0].metadata.name}') -- pg_md5 -m --config-file="/opt/bitnami/pgpool/conf/pgpool.conf" -u "foo" "bar" //cat out pgpool af

Re: PL/java

2020-12-07 Thread Martin Gainty
Nota Bene: Almost all official interfaces to/from Oracle are coded in Java FWIK google's implementations are 95% python (although you would need to understand JSON formatting for import/export requirements) for those reasons i tread lightly before disparaging either language Going Forward: try to

Re: Certficates

2020-08-10 Thread Martin Gainty
cant you use keytool ? assume server certificate is called server.crt assume truststore file is called server.truststore.jks cd %JRE_HOME%/lib/security keytool -import -alias %ALIAS% -file server.crt -keystore server.truststore.jks m. From: Shankar Bhaskaran Sent

Is it possible to use keywords (date units) in a function definition?

2020-06-08 Thread Martin Gainty
Hello, I recently tried to write a wrapper function to calculate the difference between two dates, mainly as a convenience. I'd essentially be emulating EXTRACT( FROM date1 - date2), in various ways. I got a bit stuck on allowing specification of the : is this possible in function definitions?

Re: full text

2020-04-09 Thread Martin Gainty
i dont know how to do with elastic-search according to programcreek you can create an index from a jdbc source https://www.programcreek.com/java-api-examples/?code=SeldonIO/semantic-vectors-lucene-tools/semantic-vectors-lucene-tools-master/src/main/java/io/seldon/semvec/CreateLuceneIndexFromDb.j

Re: MS Access Frontend

2019-12-01 Thread Martin Gainty
n Klaver > Sent: Saturday, November 30, 2019 01:52 PM > To: Jason L. Amerson ; 'Martin Gainty' > ; PostgreSQL > Subject: Re: MS Access Frontend > > On 11/30/19 11:04 AM, Jason L. Amerson wrote: >> Thanks Martin. I have decided to go another route. I have nothing but >&