PDA

View Full Version : How to delete a database?



wrapitup
09-19-2010, 08:15 PM
I`ve scoured the FAQ. I remember doing it through PGAdmin III, but now when I open it, I see `No properties are available for the current selection`. I remember I used to go here to vacuum and analyze, or was that a different application? Please help.

Also, where is the link to the giant HEM Manual PDF file?

netsrak
09-20-2010, 03:20 AM
The delete is indeed done via pgadminIII FAQ - Hold'em Manager Poker Tracking Software :: Create / Delete Database (http://faq.holdemmanager.com/questions/75/Create+%7B47%7D+Delete+Database)

If you don't see your database server in pgadmin you need to add him manually.

Our manual is no longer available. We use the FAQ instead.

wrapitup
09-20-2010, 04:38 AM
If you don't see your database server in pgadmin you need to add him manually.

How is this done?

netsrak
09-20-2010, 10:06 AM
There should be a menu option "Add server" or something like that. Can't test it at the moment.

The server ip is 127.0.0.1 user postgres and password usually postgrespass.

wrapitup
09-20-2010, 09:37 PM
Please let me know when you can test it. I tried it enter it manually with no success.

Patvs
09-20-2010, 11:23 PM
in pgadminIII---> double click on PostgreSQL (localhost: 5432)
enter the password: postgrespass

You'll see Databases (x)
x = number of database
Don't delete POSTGRES
Rightclick DELETE/DROP the databases you do want to delete

wrapitup
09-21-2010, 06:25 AM
Right.. I've definitely done that before, but now when I open PGAdminIII, all it says under Properties tab is No properties are available for the current selection

netsrak
09-21-2010, 09:24 AM
Please check the pgadmin documentation. Its the add server function:
Using pgAdmin (http://www.pgadmin.org/docs/1.10/using.html)