The SSL certificate (server.crt) was made following the instructions in
the
Postgres documentation. Note, that root.crt is not specified in this
documentation.
Yes it is; see
http://developer.postgresql.org/docs/postgres/ssl-tcp.html
near the bottom of the page, and also
http://developer.postgresql.org/docs/postgres/libpq-ssl.html
Oh, I see now. I wasn't looking at the developer docs.
Make sense now.
-Tony
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match