• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Help to install PostgreSQL in Windows

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I'm trying to install PostgreSQL 8.1 but I'm facing some problems.
(My System is WinXP SP2, FAT32 File system).
While installation, I accepted that PostgreSQL will create an account called postgresql, then I reached to the panel that allow us to set the character encoding, username, service name.
But when I clicked next, PostgreSQL displayed an error message indicates that I have to use NTFS file system or it will accept FAT32 but I have to run initdb tool.
Well, I said Ok and after finishing installation, I did the following :
* Running the command %POSTGRESQL%\bin\initdb - \data
This command showed that the data dir will be used by me "John" -I'm the admin- , then it created some files but before finishing, an error message said that I have to run this command under non-admin user (all the created dirs have been deleted).
Any help here ? What to do ?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear John,
For security reasoon, Postgre sql won't be installed using an account with administrative permission.SO i think everything will work properly if you install postgre under a non-administrator account
 
Alfred George
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear John,
For security reasoon, Postgre sql won't be installed using an account with administrative permission.SO i think everything will work properly if you install postgre under a non-administrator account
 
I'm thinking about a new battle cry. Maybe "Not in the face! Not in the face!" Any thoughts tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic