run:
pg_restore -h 127.0.0.1 -d testdb_restore dump
So, we have, that SECURITY LABEL and COMMENT will be applied to database testdb
but not testdb_restore. I think, that it's not good.
--
Best regards, Dmitry Voronin
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org
Hello,
We have the samples of config files (postgresql.conf.sample, hba.conf.sample
and etc.). Some config options are replaced by initdb utility. What utility
replaces 'configDir' token in postgresql.conf and where?
Thank you.
--
Best regards, Dmitry Voronin
--
Sent via pgs
Hello, Michael.
Please, attach new version of my patch to commitfest page.
--
Best regards, Dmitry Voronin
*** /dev/null
--- b/contrib/sslinfo/sslinfo--1.0--1.1.sql
***
*** 0
--- 1,21
+ /* contrib/sslinfo/sslinfo--1.0--1.1.sql */
+
+ -- complain if script is sourced in
database, but we
cannot create any temp objects (please, correct me).
So, how can we use those namespaces and what are needed for?
Thank you.
--
Best regards, Dmitry Voronin
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http
database, but we cannot create any temp objects (please, correct me). So, how can we use those namespaces and what are needed for? Thank you. -- Best regards, Dmitry Voronin
n);
3) ssl_extension_is_critical(text) --- returns true, if extension is critical and false, if is not (argument --- short name of extension).
You can view some information of certificate's extensions via those functions.
What do you think about it?-- Best regards, Dmitry Voronin *** a/contr
g to this letter a test case that shows the behavior errcontext() macro and the way to fix it.I am using postgresql 9.4 and test it on gcc 4.7 and gcc 4.8.1.-- Best regards, Dmitry Voronin#include
#define ereport_domain(elevel, domain, rest) \
do { \
const int elevel_ = (elevel); \
if (errstart(ele
Hello, I make an a patch, which adds 4 functions to sslinfo extension module. You can view some information of certificate's extensions with those functions. The descriptions of functions I posted in my first letter and in source code. What do you think about it? -- Best regards, Dmitry Vo