pgSchema Changes

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: pgadmin-hackers(at)postgresql(dot)org, "'jm(dot)poure(at)freesurf(dot)fr'" <jm(dot)poure(at)freesurf(dot)fr>
Subject: pgSchema Changes
Date: 2002-02-25 16:12:54
Message-ID: FED2B709E3270E4B903EB0175A49BCB104760B@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Hi Jean-Michel,

I just comitted the following changes to pgSchema:

Invalidate Caches before refreshing hierarchy in pgSchema.
Standardised db name access method throughout pgSchema's classes, and added
caching.

This update touched virtually all classes and is quite large, but shouldn't
affect anything you're doing. Note that the correct method for accessing the
parent db name within a class is now through the 'Database' property, *not*
using GetDatabase e.g:

objServer.Databases(Database).KillCommentCache

Cheers, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-02-25 16:19:19 Re: pgAdmin2 Japanese display
Previous Message Jean-Michel POURE 2002-02-25 11:50:26 Re: [ODBC] pgAdmin2 UTF-8 support