display and expression of the home directory in Win32 - Mailing list pgsql-patches

From Hiroshi Saito
Subject display and expression of the home directory in Win32
Date
Msg-id 024a01c6126d$be230860$01324d80@hiroshi5jz7dqj
Whole thread Raw
Responses Re: display and expression of the home directory in Win32
List pgsql-patches
Dear Bruce san.

I receive an inquiry from a user frequently. Where is it about a home
directory in a place? Then, In offer of the initial state of Windows,
the place is hidden and is not visible to a user. I considered what can
be offered this way and that. Then, using pg_config thinks that it is good.

This patch show a user a clear place. Please take this into consideration.

F:\postgresql-8.1.2stable\src\bin\pg_config\Release>pg_config.exe
BINDIR = F:/postgresql-8.1.2stable/src/bin/pg_config/Release
DOCDIR =
INCLUDEDIR =
PKGINCLUDEDIR =
INCLUDEDIR-SERVER =
LIBDIR =
PKGLIBDIR =
LOCALEDIR =
MANDIR =
SHAREDIR =
SYSCONFDIR =
PGXS = /pgxs/src/makefiles/pgxs.mk
HOMEDIR = "C:/Documents and Settings/saito/Application Data/postgresql"
VERSION = PostgreSQL 8.1.1

dir "C:/Documents and Settings/saito/Application Data/postgresql"

2005/08/10  11:19    <DIR>          .
2005/08/10  11:19    <DIR>          ..
2005/08/10  11:19                 0 pgpass.conf
2005/01/13  00:00             3,520 postgresql.crt
2005/01/13  00:00               891 postgresql.key

Regards,
Hiroshi Saito

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Inconsistent syntax in GRANT
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Summary table trigger example race condition