Re: [pgadmin-support] RSS feed?

2014-11-25 Thread Dave Page
On Tue, Nov 25, 2014 at 11:02 AM, Guillaume Lelarge wrote: > Hi, > > Le 25 nov. 2014 11:07, a écrit : >> >> It's getting old to visit the pgAdmin website every single day to check >> for new releases. Why is there no RSS feed for new stable releases? AFAIK, >> the program itself doesn't check for

Re: [pgadmin-support] RSS feed?

2014-11-25 Thread Guillaume Lelarge
Hi, Le 25 nov. 2014 11:07, a écrit : > > It's getting old to visit the pgAdmin website every single day to check for new releases. Why is there no RSS feed for new stable releases? AFAIK, the program itself doesn't check for new versions either. For the website, no real reason to do so. Announce

[pgadmin-support] RSS feed?

2014-11-25 Thread hushthatbush
It's getting old to visit the pgAdmin website every single day to check for new releases. Why is there no RSS feed for new stable releases? AFAIK, the program itself doesn't check for new versions either.

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-25 Thread Akshay Joshi
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 >> >> >>1. ctlSeclabelPanel.cpp and ctlSeclabelPanel.h >>

[pgadmin-support] Bug Report: Length incorrectly specified when creating columns of 'time without time zone'

2014-11-25 Thread Ronny Kurniawan
pgAdmin version: 1.18.1 OS: Windows 7 SP1 x64 Bug: adding a column type 'time without time zone' with length will produce invalid sql syntax: e.g: ALTER TABLE mytable ADD COLUMN mytimecolumn time without time zone(4); it should've produce this sql statement: ALTER TABLE mytable ADD COLUMN