Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Buglets in dlgFunction



On Thu, Oct 16, 2008 at 3:38 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:

> Here is a new (complete) patch. I don't like at all what I did but it
> seems to fix your issues.

OK, here we go....

dlgTable:

Existing table: OK
New table: OK

dlgSequence:

Existing sequence: OK
New sequence: OK

dlgDatabase:

New database: OK
Existing database: OK

dlgPackage:

Existing package: OK
New package: OK

dlgTablespace:

New tablespace: OK
Existing tablespace: OK

dlgSchema:

Existing schema: OK
New schema: OK

dlgView:

Existing view: OK
New view: OK

Nice work!! So, let's please get this applied so we can put it to bed.
A couple of minor fixes:

- In dlgFunction::Go @367, you have:

    returncode = dlgSecurityProperty::Go(modal);

    returncode = dlgSecurityProperty::Go(modal);

Copy/paste error?

- Please add a comment to each instance of the ugly resize blocks to
explain what it's doing so we don't forget in 6 months :-)

Thanks!

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group