On Wed, Dec 2, 2015 at 6:35 PM, Ashesh Vashi
wrote:
> On Wed, Dec 2, 2015 at 6:34 PM, Dave Page wrote:
>
>>
>>
>> On Wed, Dec 2, 2015 at 9:59 AM, Ashesh Vashi <
>> ashesh.va...@enterprisedb.com> wrote:
>>
>>>
>>> On Wed, Dec 2, 2015
On Wed, Dec 2, 2015 at 3:20 PM, Dave Page wrote:
> Hi
>
> On Wed, Dec 2, 2015 at 9:19 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> I have updated the *libssh2* library with the latest available code on
>> their
Hi Dave
On Mon, Nov 30, 2015 at 10:41 AM, Akshay Joshi wrote:
> Hi Dave
>
> On Fri, Nov 27, 2015 at 3:01 PM, Dave Page wrote:
>
>> On Fri, Nov 27, 2015 at 9:23 AM, Sven
>> wrote:
>> >> The key exchange methods offered when opening an SSH tunnel are a
day I'll look into it on priority and update accordingly.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Hi Ashesh
On Fri, Oct 23, 2015 at 1:27 PM, Ashesh Vashi wrote:
> On Fri, Oct 16, 2015 at 5:40 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Ashesh
>>
> Hi Akshay,
>
> I've modified the patch a little bit for betterment.
> Can you
u soon!
>>
>> Best wishes!
>> Liu Yuanyuan
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://postgresql.nabble.com/Error-about-inherited-table-of-column-in-pgadmin1-20-0-tp5870044.html
>> Sent from the PostgreSQL - pgadmin support
Hi Sanket
Patch looks good to me. I have tested couple of scenarios and it works fine.
On Wed, Nov 26, 2014 at 3:27 PM, Sanket Mehta wrote:
> Hi Akshay,
>
>
> On Tue, Nov 25, 2014 at 2:57 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Sanket
&
Hi Sanket
On Mon, Nov 24, 2014 at 5:18 PM, Sanket Mehta wrote:
> Hi Akshay,
>
>
> On Wed, Nov 19, 2014 at 4:39 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Sanket
>>
>> Below are the file wise review comments
>>
>>
gt;> Sanket Mehta
>>>>>> Sr Software engineer
>>>>>> Enterprisedb
>>>>>>
>>>>>> On Tue, Nov 4, 2014 at 1:03 PM, Ashesh Vashi <
>>>>>> ashesh.va...@enterprisedb.com> wrote:
>>>>>>
>>>>>>> Sanket,
>>>>>>>
>>>>>>> Can you take a look at it?
>>>>>>>
>>>>>>> --
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Ashesh Vashi
>>>>>>>
>>>>>>> On 4 Nov 2014 12:54, "liuyuanyuan"
>>>>>>> wrote:
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > Hi , hackers!
>>>>>>> >
>>>>>>> > Currently I test some part of pgadmin GUI, and I found some
>>>>>>> potential invalid input field of New Column GUI,
>>>>>>> >
>>>>>>> > Like Variables and Security Labels.
>>>>>>> Could you please have a look on this issue?
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > For example:
>>>>>>> >
>>>>>>> > OS: WIN7 64bit
>>>>>>> >
>>>>>>> > PostgreSQL 9.3
>>>>>>> >
>>>>>>> > pgAdmin III:Version 1.18.1
>>>>>>> >
>>>>>>> > I use GUI of pgadmin to create table, and add column to this table
>>>>>>> (just as follow ). When I add a new column,
>>>>>>> >
>>>>>>> > I can add Variables (or Security Label )to this column, but
>>>>>>> finally in the tab SQL of New Table Interface I find nothing
>>>>>>> >
>>>>>>> > of the Variables (or Security Label ) I’ve add. It seems that the
>>>>>>> Variables (or Security Label ) does not work.
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > Best Wishes!
>>>>>>> >
>>>>>>> >
>>>>>>> >
>>>>>>> > Yours
>>>>>>> >
>>>>>>> > Jasmine Liu
>>>>>>> >
>>>>>>> >
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
n Mon, Oct 27, 2014 at 9:56 AM, Sanket Mehta <
>> sanket.me...@enterprisedb.com> wrote:
>>
>>> Hi Dave,
>>>
>>> I have reviewed the older patch, it looked good to me except one issue
>>> that I have fixed.
>>> I have attached the revised
of the sql files got changed in new slony
>>>>>>>> version ( v2.2.0
>>>>>>>> >>>> ) which is used by the pgAdmin.
>>>>>>>> >>>>
>>>>>>>> >>>> Issue :-
>>>>>>>> >>>>
>>>>>>>> >>>> When we install the slony ( version less than 2.2.0 ) then it
>>>>>>>> will
>>>>>>>> >>>> install below sql files in C:\Program
>>>>>>>> Files\PostgreSQL\9.3\share folder.
>>>>>>>> >>>>
>>>>>>>> >>>> slony1_base.sql
>>>>>>>> >>>> slony1_base.v83.sql
>>>>>>>> >>>> slony1_base.v84.sql
>>>>>>>> >>>> slony1_funcs.sql
>>>>>>>> >>>> slony1_funcs.v83.sql
>>>>>>>> >>>> slony1_funcs.v84.sql
>>>>>>>> >>>>
>>>>>>>> >>>> Now in New version of slony 2.2.0 onwards the name of the
>>>>>>>> above sql
>>>>>>>> >>>> files got changed as below.
>>>>>>>> >>>>
>>>>>>>> >>>> slony1_base.2.2.0.sql
>>>>>>>> >>>> slony1_base.v83.2.2.0.sql
>>>>>>>> >>>> slony1_base.v84.2.2.0.sql
>>>>>>>> >>>> slony1_funcs.2.2.0.sql
>>>>>>>> >>>> slony1_funcs.v83.2.2.0.sql
>>>>>>>> >>>> slony1_funcs.v84.2.2.0.sql
>>>>>>>> >>>>
>>>>>>>> >>>> As we are using above sql files names in pgAdmin to create the
>>>>>>>> new slony
>>>>>>>> >>>> clusters so we need to change in pgAdmin also.
>>>>>>>> >>>>
>>>>>>>> >>>> We are working on this issue and submit the patch once its
>>>>>>>> done.
>>>>>>>> >>>>
>>>>>>>> >>>> Thanks,
>>>>>>>> >>>> Neel Patel
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>> On Mon, Sep 30, 2013 at 2:05 AM, Guillaume Lelarge
>>>>>>>> >>>> wrote:
>>>>>>>> >>>>>
>>>>>>>> >>>>> On Sun, 2013-09-29 at 22:29 +0200, Sven Meirsman wrote:
>>>>>>>> >>>>> > Sorry, My mistake.
>>>>>>>> >>>>> >
>>>>>>>> >>>>> > 'Binary Paths' is the section you choose at the left of the
>>>>>>>> screen.
>>>>>>>> >>>>> > It
>>>>>>>> >>>>> > contains several paths, one 'PG Bin Path' is directing to
>>>>>>>> my postgres
>>>>>>>> >>>>> > BIN
>>>>>>>> >>>>> > folder like you suggest. It is the Slony-I path that
>>>>>>>> contains the
>>>>>>>> >>>>> > path to
>>>>>>>> >>>>> > the postgres SHARE folder where the slony scripts reside.
>>>>>>>> >>>>> >
>>>>>>>> >>>>>
>>>>>>>> >>>>> Oh OK, you're right.
>>>>>>>> >>>>>
>>>>>>>> >>>>> On the Slony issue, I see that Dave commited a patch from
>>>>>>>> Neel Patel
>>>>>>>> >>>>> last thursday. This patch commit log is: "Ensure DDLScript
>>>>>>>> will work
>>>>>>>> >>>>> with Slony 2.2+ which has a new SQL level API.". So I guess
>>>>>>>> this is
>>>>>>>> >>>>> what
>>>>>>>> >>>>> you're looking for. This will be in the next minor release
>>>>>>>> (1.18.1),
>>>>>>>> >>>>> which should be available on thursday 10th october.
>>>>>>>> >>>>>
>>>>>>>> >>>>>
>>>>>>>> >>>>> --
>>>>>>>> >>>>> Guillaume
>>>>>>>> >>>>> http://blog.guillaume.lelarge.info
>>>>>>>> >>>>> http://www.dalibo.com
>>>>>>>> >>>>>
>>>>>>>> >>>>>
>>>>>>>> >>>>>
>>>>>>>> >>>>> --
>>>>>>>> >>>>> Sent via pgadmin-support mailing list (
>>>>>>>> pgadmin-support@postgresql.org)
>>>>>>>> >>>>> To make changes to your subscription:
>>>>>>>> >>>>> http://www.postgresql.org/mailpref/pgadmin-support
>>>>>>>> >>>>
>>>>>>>> >>>>
>>>>>>>> >>>
>>>>>>>> >>
>>>>>>>> >
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Dave Page
>>>>>>>> Chief Architect, Tools & Installers
>>>>>>>> EnterpriseDB: http://www.enterprisedb.com
>>>>>>>> The Enterprise PostgreSQL Company
>>>>>>>>
>>>>>>>> Blog: http://pgsnake.blogspot.com
>>>>>>>> Twitter: @pgsnake
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> --
>>>>>>>
>>>>>>> Thanks & Regards,
>>>>>>>
>>>>>>> Ashesh Vashi
>>>>>>> EnterpriseDB INDIA: Enterprise PostgreSQL Company
>>>>>>> <http://www.enterprisedb.com>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *http://www.linkedin.com/in/asheshvashi*
>>>>>>> <http://www.linkedin.com/in/asheshvashi>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
>>>>> To make changes to your subscription:
>>>>> http://www.postgresql.org/mailpref/pgadmin-support
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> Dave Page
>>
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> --
>
> Thanks & Regards,
>
> Ashesh Vashi
> EnterpriseDB INDIA: Enterprise PostgreSQL Company
> <http://www.enterprisedb.com>
>
>
>
> *http://www.linkedin.com/in/asheshvashi*
> <http://www.linkedin.com/in/asheshvashi>
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
Thanks Dave.
On Wed, Nov 20, 2013 at 4:53 PM, Dave Page wrote:
> Thanks - applied with minor tweaks to the layout.
>
>
> On Mon, Nov 18, 2013 at 1:16 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>>
>>
>>
>> O
On Mon, Nov 18, 2013 at 5:50 PM, Dave Page wrote:
>
>
>
> On Mon, Nov 18, 2013 at 12:00 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>>
>>
>>
>> On Mon, Nov 18, 2013 at 5:24 PM, Dave Page wrote:
>>
>>> Hi
>>>
On Mon, Nov 18, 2013 at 5:24 PM, Dave Page wrote:
> Hi
>
>
> On Mon, Nov 18, 2013 at 11:06 AM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> I have added support for non standard remote SSH port. I have added one
>> c
you please commit it.
On Fri, Nov 15, 2013 at 2:29 PM, Akshay Joshi wrote:
>
>
>
> On Fri, Nov 15, 2013 at 6:38 AM, Dave Page wrote:
>
>> On Thu, Nov 14, 2013 at 10:06 PM, Alex Grechko
>> wrote:
>> > Hello,
>> >
>> > It's very often t
--
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi*
*Principal Software Engineer *
*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
at 4:34 PM, Akshay Joshi wrote:
> Ok. Will try that
>
>
> On Tue, Oct 29, 2013 at 3:55 PM, Ashesh Vashi <
> ashesh.va...@enterprisedb.com> wrote:
>
>> Akshay,
>>
>> Can you also try?
>> On 29 Oct 2013 14:17, "EDUARDO ESTEBAN" wrote:
>>
>
L THEN
>>>>> >>RAISE 'cou_id is null' USING ERRCODE = '42000';
>>>>> >> END IF;
>>>>> >> IF NEW.cou_iso3 IS NULL THEN
>>>>> >>NEW.cou_iso3 = NEW.cou_id;
>>>>> >>
On Mon, May 20, 2013 at 3:58 PM, Dave Page wrote:
> On Mon, May 20, 2013 at 11:24 AM, Akshay Joshi
> wrote:
> >
> >
> >
> > On Fri, May 17, 2013 at 9:55 PM, Dave Page wrote:
> >>
> >> Hi
> >>
> >> On Fri, May 10, 2013 at 11:3
if you agree the fix is appropriate?
>
I am not able to reproduce the issue on my machine. Is there any
particular steps to reproduce it?
>
> > P.S. I suggest setting up a proper bug tracker instead of this medieval
> > mailing list system
>
> We have one, but as probably
hen did a 'make distclean' which stopped with
> >
> > ...
> > Makefile:5815: utils/.deps/utffile.Po: No such file or directory
> > make[1]: *** No rule to make target `utils/.deps/utffile.Po'. Stop.
> > make[1]: Leaving directory `/home/colin/pgadmin3/pgadmin'
tgresql.org/**mailpref/pgadmin-support<http://www.postgresql.org/mailpref/pgadmin-support>
>>
>
>
>
> --
> --
>
> Thanks & Regards,
>
> Ashesh Vashi
> EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>
>
>
>
> *http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>
>
--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*
xt
> week.
>
Fixed. Patch submitted.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*
can you look into it please? Thanks.
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*
24 matches
Mail list logo