[HACKERS] pg_dump

2015-10-28 Thread Dmitry Voronin
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) To make changes to your

Re: [HACKERS] New functions

2015-03-22 Thread Dmitry Voronin
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

[HACKERS] Question about TEMP tables

2015-03-16 Thread Dmitry Voronin
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

[HACKERS] Question about TEMP tables

2015-03-16 Thread Dmitry Voronin
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 

[HACKERS] New functions

2015-03-08 Thread Dmitry Voronin
) 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/contrib/sslinfo

[HACKERS] ereport bug

2015-01-12 Thread Dmitry Voronin
ng 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 stdio.h #define ereport_domain(elevel, domain, rest) \ do { \ const int elevel_ = (elevel); \

Re: [HACKERS] New functions for sslinfo extension

2014-04-21 Thread Dmitry Voronin
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 Voronin