[pgadmin-support] pgadmin4 & runtime

2016-11-30 Thread Dmitry Voronin
I will send to you with next message. So, what's wrong? Sorry, If those question was here. Thanks. --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Dmitry Voronin
wondering whether it would make sense for the community to agree on maintaining one fork of the project so that various improvements all end up in the same place? For example, yesterday BigSQL announced its own fork of pgAdmin3:https://www.bigsql.org/pgadmin3/ On Fri, Oct 28, 2016 at 3:16 AM, Dmitry

[pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Dmitry Voronin
. - Full translation for ru locale. Your pull requests or additions are welcome! --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] PgAdmin4 && Kerberos

2016-08-15 Thread Dmitry Voronin
Hello, pgadmin4 team. Does pgadmin4 support Kerberos authentication? I know, that Flask framework has Kerberos module, but I don't find anything in docs and in the code. Thanks. --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To

[pgadmin-support] pgadmin4 and Python3

2016-06-11 Thread Dmitry Voronin
sucessfully run pgadmin4 as web applicaion by confiugre and install requirements for Python3. Can you tell me how run pgadmin4 as desktop application more in details please? --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make

[pgadmin-support] Patches for creating Casts and Conversions

2016-01-29 Thread Dmitry Voronin
input and output encodings; - Function's combobox is not available, and I can't specify functions for execution and enter the names. So, the patch dkgConversion.patch fix it. Please, correct me if I'm not right. Thank you. --  Best regards, Dmitry Voronin --- pgadmin3-1.22.0.ori

Re: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-26 Thread Dmitry Voronin
Make sure, that you install all postgresql packages (postgresql-server-dev-9.3, and libpq).  25.03.2015, 19:49, "Beholder" :Problem with building on Ubuntu: -- Best regards, Dmitry Voronin 

Re: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-25 Thread Dmitry Voronin
Make sure, that you install all postgresql packages (postgresql-server-dev-9.3, and libpq). 25.03.2015, 19:49, "Beholder" : >  Problem with building on Ubuntu: --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make ch

[pgadmin-support] dlgView bug

2015-02-20 Thread Dmitry Voronin
I create a view in PostgreSQL 9.4 with check_option local or cascaded the SQL in sqlbox of object's properties convert those options with localization, that is:(SQL from sql box):CREATE OR REPLACE VIEW public.view WITH (check_option=каскадно) ASSELECT * FROM test; -- Best regards, Dmitry Voronin