On Thu, Feb 13, 2014 at 2:15 PM, Guillaume Lelarge
wrote:
> On Thu, 2014-02-13 at 14:10 -0800, Shira Bezalel wrote:
> > On Thu, Feb 13, 2014 at 1:56 PM, Guillaume Lelarge
> > wrote:
> >
> > > On Thu, 2014-02-13 at 13:26 -0800, Shira Bezalel wrote:
> > > > Okay, you're right. Sorry about that -- th
On Thu, 2014-02-13 at 14:10 -0800, Shira Bezalel wrote:
> On Thu, Feb 13, 2014 at 1:56 PM, Guillaume Lelarge
> wrote:
>
> > On Thu, 2014-02-13 at 13:26 -0800, Shira Bezalel wrote:
> > > Okay, you're right. Sorry about that -- that exact test case is working,
> > > however, other default privileges
On Thu, 2014-02-13 at 13:26 -0800, Shira Bezalel wrote:
> Okay, you're right. Sorry about that -- that exact test case is working,
> however, other default privileges I've modified aren't showing up. The
> common denominator seems to be whether the role is a group role or a login
> role. Default pr
Okay, you're right. Sorry about that -- that exact test case is working,
however, other default privileges I've modified aren't showing up. The
common denominator seems to be whether the role is a group role or a login
role. Default privilege changes for login roles don't seem to show up in
pgAdmin
On Thu, 2014-02-13 at 12:40 -0800, Shira Bezalel wrote:
> Hello,
>
> I found this thread from 2012 concerning a problem where pgAdmin III
> doesn't display default privileges for schemas:
>
> http://www.postgresql.org/message-id/1356354218.2000.30.camel@localhost.localdomain
>
> The thread says
Hello,
I found this thread from 2012 concerning a problem where pgAdmin III
doesn't display default privileges for schemas:
http://www.postgresql.org/message-id/1356354218.2000.30.camel@localhost.localdomain
The thread says the fix has been made, but I just downloaded the latest
Windows version
On Fri, 2012-12-07 at 20:38 -0600, Nathan Alden wrote:
> Windows 7 x64
> PostgreSQL 9.2.2
> pgAdmin III 1.16.1
>
> Follow these steps to reproduce:
>
> 1. Connect to the postgres DB.
> 2. Run the following SQL:
>
> create database test_database;
>
> 3. Run the following SQL:
>
> create role my
Windows 7 x64
PostgreSQL 9.2.2
pgAdmin III 1.16.1
Follow these steps to reproduce:
1. Connect to the postgres DB.
2. Run the following SQL:
create database test_database;
3. Run the following SQL:
create role my_group;
4. Connect to the test_database DB.
5. Run the following SQL:
alter defau