I'm trying to grapple with PostgreSQL but am finding it a strange beast compared to Microsoft Access. I'm sure it's just a matter of understanding the new model and would like to learn it hands on. I have an idea for a database and would like to implement it, but I'm having trouble figuring out the best tools to use. I can set up postgres on my computer, but I want to be able to develop and play around with the data model. Because PostgreSQL doesn't come with a visual environment (like Access), I'm a bit lost.
My guess is that I just need to sit down and read the manual front to back, and then tackle learning how to develop a database with PostgreSQL. With Access, that wasn't necessary, I was able to open it and go, studying along the way. Maybe my thinking is too entrenched in Microsoft to be able to pick up a new way without a fair bit of study.
I'm wondering if I could see how everything interacts (tables, schemas, views, users, etc...), and be able to edit them in a mostly point and click environment, if the transition would be easier. This is all on the side, so if it's going to be as difficult as it looks, than I'll have to put this off indefinitely and stick with Access, which I know.
For clarification, I chose PostgreSQL because of cost (free) and strong support in GIS Software through the PostGIS add-on (QGIS, GRASS, even ArcGIS), which is my day job.
Could someone make any suggestions? Thanks
sum(),count()etc... If you understand the basic underpinnings of a relational database, then postgres will work "just fine" - you'll just have some basic syntax variations to account for.