To install the PostgreSQL database as a Service under Windows, issue the command the the PostgreSQL directory as follows:
c:\pgsql\bin> pg_ctl -D c:\pgsql\data register -N PostgreSQL
In the above example, PostgreSQL is the name of the PostgreSQL service. Type the command "services.msc" to verify the name "PostgreSQL".
No comments:
Post a Comment