Changes
Jump to navigation
Jump to search
Working with PostgreSQL (view source)
Revision as of 17:21, 27 February 2012
, 17:21, 27 February 2012→Configuring a copy of Postgres on Windows
Control Panel->System->Advanced->Environmental Variables
Add: C:\Program Files\PostgreSQL\9.0\bin
or from a cmd window:
SET PATH=%PATH%;C:\Program Files\PostgreSQL\9.0\bin;
To use PLPerl on windows, you will need to be careful to mix and match the right versions of PostgreSQL and Perl.
And then create a database again using pgAdmin or the createdb command:
createdb -O ed_egan DBName
==Postgres.Haas==