Thread: BUG #2875: pgAdmin III docs installed even if app is not
The following bug has been logged online: Bug reference: 2875 Logged by: Kevin Macdonald Email address: kevin.macdonald@pentura.ca PostgreSQL version: 8.2.1 Operating system: Windows XP Description: pgAdmin III docs installed even if app is not Details: The the documentation for pgAdmin III was installed eventhough the product itself was deselected to not be installed. File: ./PostgreSQL/8.2/pgAdmin III/docs/en_US/ pgadmin3.chm
Kevin Macdonald wrote: > The following bug has been logged online: > > Bug reference: 2875 > Logged by: Kevin Macdonald > Email address: kevin.macdonald@pentura.ca > PostgreSQL version: 8.2.1 > Operating system: Windows XP > Description: pgAdmin III docs installed even if app is not > Details: > > The the documentation for pgAdmin III was installed eventhough the product > itself was deselected to not be installed. > > File: ./PostgreSQL/8.2/pgAdmin III/docs/en_US/ pgadmin3.chm Right. That is by design. The pgAdmin documentation contains the PostgreSQL documentation. In order to avoid installing two copies of the documentation, the pgAdmin version will always be installed. This version is also in a compiled CHM format which makes it easier to browse. //Magnus
> ------- Original Message ------- > From: "Kevin Macdonald" <kevin.macdonald@pentura.ca> > To: pgsql-bugs@postgresql.org > Sent: 1/8/07, 6:52:43 PM > Subject: [BUGS] BUG #2875: pgAdmin III docs installed even if app is not > > The following bug has been logged online: > > Bug reference: 2875 > Logged by: Kevin Macdonald > Email address: kevin.macdonald@pentura.ca > PostgreSQL version: 8.2.1 > Operating system: Windows XP > Description: pgAdmin III docs installed even if app is not > Details: > > The the documentation for pgAdmin III was installed eventhough the product > itself was deselected to not be installed. > > File: ./PostgreSQL/8.2/pgAdmin III/docs/en_US/ pgadmin3.chm That is by design - the PostgreSQL and Slony docs are in the same file. Regards, Dave