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