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
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
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
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?
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
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
>&