Re: [HACKERS] New functions

2015-03-22 Thread Воронин Дмитрий
>  Please, attach new version of my patch to commitfest page. Micheal, I found a way to attach patch. sorry to trouble. --  Best regards, Dmitry Voronin -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpre

Re: [HACKERS] Question about TEMP tables

2015-03-17 Thread Воронин Дмитрий
> Make sure to show your full command(s) and the full, exact text of any > errors. OK, I use PostgreSQL version 9.4.1. I create cluster 'main' and connect to it. After cluster init we have those shemas: postgres=# SELECT nspname FROM pg_namespace ; nspname p

[HACKERS] Question about TEMP tables

2015-03-17 Thread Воронин Дмитрий
Hello, all. We can create temp namespaces and temp objects that contains it. So, for example, temp table will be create at pg_temp_N (N - backendID). But afrer cluster init we have pg_temp_1 and pg_toast_temp_1 namespaces with OIDs 11333 and 11334. Those namespaces are visible from any cluster

Re: [HACKERS] New functions

2015-03-09 Thread Воронин Дмитрий
You're right. I changed: - at sslinfo.contol return default module version to '1.0'; - function get_extension() returns now boolean (true, if we found extension, and false otherwise).09.03.2015, 16:43, "Alvaro Herrera" : Dmitry Voronin wrote:  Hello,  I make an a patch, wh

Re: [HACKERS] New functions

2015-03-08 Thread Воронин Дмитрий
Sorry, 3 functions. 08.03.2015, 22:16, "Dmitry Voronin" : > Hello, > > I make an a patch, which adds 4 functions to sslinfo extension module: > 1) ssl_extension_names() --- get short names of X509v3 extensions from client > certificate and it's values; 2) ssl_extension_value(text) --- get value o

Re: [HACKERS] ereport bug

2015-01-15 Thread Воронин Дмитрий
Hello all I see your patch, Tom. It works on my postgres 9.4 (intel x86_64). I write a letter if I can test it on others platform. Thank you! 14.01.2015, 21:40, "Tom Lane" : > Robert Haas writes: >>  On Mon, Jan 12, 2015 at 6:27 AM, Dmitry Voronin >>   wrote: >>>  I am attaching to this lette

[HACKERS] Getting references for OID

2014-12-02 Thread Воронин Дмитрий
Hello, How can I get all depend objects for oid of object? For example, I have oid of db db_id and I want to get all oids of namespaces, which contains this db. Thank you! -- С уважением, Дмитрий Воронин 

Re: [HACKERS] New functions in sslinfo module

2014-07-17 Thread Воронин Дмитрий
Hello, Andreas and others!I make a new version of patch. I corrected your notes for my previous version of patch. Could you test it? Thank you.03.07.2014, 01:54, "Andreas Karlsson" <andr...@proxel.se>: On 07/02/2014 02:17 PM, Воронин Дмитрий wrote:  I apologize, that I am writ

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Воронин Дмитрий
Oh, how can I write a documentation for my functions? 02.07.2014, 16:17, "Воронин Дмитрий" : > 24.06.2014, 00:07, "Andreas Karlsson" : >>  On 04/21/2014 07:51 AM, Воронин Дмитрий wrote: >>>   I put patch generated on git diffs to this letter. I make an a

Re: [HACKERS] New functions in sslinfo module

2014-07-02 Thread Воронин Дмитрий
24.06.2014, 00:07, "Andreas Karlsson" <andr...@proxel.se>: On 04/21/2014 07:51 AM, Воронин Дмитрий wrote:  I put patch generated on git diffs to this letter. I make an a thread in  postgresql commit fest:  https://commitfest.postgresql.org/action/patch_view?id=1438 Thanks for the

[HACKERS] New functions for sslinfo extension

2014-04-21 Thread Воронин Дмитрий
Hello, I make an a patch, which adds 4 functions to sslinfo extension module:1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from client certificate;2) ssl_get_extension_names() --- get short names of X509v3 extensions from client certificate;3) ssl_get_extension_value(text) ---

Re: [HACKERS] New functions in sslinfo module

2014-04-20 Thread Воронин Дмитрий
I put patch generated on git diffs to this letter. I make an a thread in postgresql commit fest: https://commitfest.postgresql.org/action/patch_view?id=1438 21.04.2014, 09:12, "Michael Paquier" :On Mon, Apr 21, 2014 at 1:48 PM, Воронин Дмитрий <carriingfat...@yandex.ru> wrote:>

[HACKERS] New functions in sslinfo module

2014-04-20 Thread Воронин Дмитрий
Hello, I make an a patch, which adds 4 functions to sslinfo extension module:1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from client certificate;2) ssl_get_extension_names() --- get short names of X509v3 extensions from client certificate;3) ssl_get_extension_value(text) ---

[HACKERS] New functions for sslinfo extension

2014-04-16 Thread Воронин Дмитрий
Hello all, postgresmen! I want to present some functions to sslinfo extension module:1) ssl_get_count_of_extensions() --- get count of X509v3 extensions from client certificate;2) ssl_get_extension_names() --- get short names of X509v3 extensions from client certificate;3) ssl_get_extension_value(t

Re: [HACKERS] Fwd: SSL auth question

2014-04-03 Thread Воронин Дмитрий
Thank you for answer! I know it. So, my second questions is: How can I add support of this extension in PostgreSQL. So, I want to do thing, that PostgreSQL accept connection with cert auth method and certificate has my extension with critical flag? 03.04.2014, 04:33, "Wim Lewis" : > On 1 Apr 201