Re: [pgadmin-hackers] Format for Grants to Roles

2008-05-01 Thread Dave Page
On Thu, May 1, 2008 at 3:18 PM, Roberts, Jon <[EMAIL PROTECTED]> wrote: > Our naming standard here is first_name.last_name so my username at work > is jon.roberts. When I look at the DDL script created by pgAdmin, it > doesn't format my name properly for the grants. It does format it > properly f

[pgadmin-hackers] Format for Grants to Roles

2008-05-01 Thread Roberts, Jon
Our naming standard here is first_name.last_name so my username at work is jon.roberts. When I look at the DDL script created by pgAdmin, it doesn't format my name properly for the grants. It does format it properly for the owner. Example: -- Table: jon.part_test -- DROP TABLE jon.part_test;