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
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
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.
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 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