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 for
  Advanced Search

Re: registry vs. environment (was re:binary


  • From: Ronald Kuczek <kuczek(at)kuczek(dot)pl>
  • To: pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: Re: registry vs. environment (was re:binary
  • Date: Fri, 13 Feb 2004 00:18:43 +0100
  • Message-id: <402C09D3(dot)1040005(at)kuczek(dot)pl>



Enviroment variables are stored in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.

There are system enviroment variables. For user enviroment variables see HKEY_CURRENT_USER\Environment.
Windows API functions are SetEnvironmentVariable/GetEnvironmentVariable.
Both sets/gets the value of an environment variable for the current process.



Rony




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group