I used macports to install:

sudo port install postgresql83

Now I want to remove it, but I'm not sure how.

link|improve this question

60% accept rate
1  
This sounds like a superuser or serverfault question. – Flimzy Jul 6 '11 at 22:43
feedback

migrated from stackoverflow.com Jul 7 '11 at 3:39

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

try this:

sudo port uninstall postgresql83
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.