Tagged Questions
2
votes
1answer
548 views
Where is a postgresql 9.1 database stored in ubuntu 12.04?
I installed and created a Postgresql database on ubuntu. I then created the database using the following command:
sudo su postgres createdb mydatabase
However, I can't figure out where the database ...
1
vote
2answers
456 views
Creating symlink for Postgres
As a developer, I often ssh right into my local database, just to test my application before pushing my code.
However, I find that every time I want to access Postgres, I have to type in
...
0
votes
1answer
572 views
Is there an Postgres ERD tool (or pgAdmin III plugin)?
Don't hold it against me, but I have a fond memory of MS SQL Server Management Studio. I could very easily generate an ERD diagram from an existing database. Tables, relationships, the works. You ...
1
vote
2answers
999 views