display and expression of the home directory in Win32

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: display and expression of the home directory in Win32
Date: 2006-01-06 03:03:17
Message-ID: 024a01c6126d$be230860$01324d80@hiroshi5jz7dqj
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
win32_pg_config_diff.txt text/plain 2.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jim C. Nasby 2006-01-06 03:04:15 Re: [PATCHES] Summary table trigger example race condition
Previous Message Tom Lane 2006-01-06 01:01:23 Re: [HACKERS] Inconsistent syntax in GRANT