5

Does anyone have any experience with postgreSQL? I come from a heavy SQL server background and am thinking of learning postgreSQL. What is it like, more specifically compering it to SQL server.

Cheers <3

Comments
  • 1
    It’s more like oracle than sql server but it’s pretty good and you can use pgadmin with it
  • 3
    Better in every aspect than mysql, oracle, mariadb. Not sure how it compares to SQL server.

    While that's absolutely a general statement, reading up on it will provide you more details than I could.
  • 2
    When I first started out I used MySQL. Then I wanted to try something else and tried Postgres. Just kinda fell in love with it. No particular reason. Just feels right 🤷‍♂️

    It has nice features like native JSON support and serials.
  • 0
    What I like about it is the support of schemaless data like MongoDB and other NoSQL databases besides the traditional RDBMS like SQL. So it has the best of both the worlds.
  • 0
    I like dBeaver over pgAdminIII.
  • 0
    Yessss. It's tons better than that.
    Plus you r gonna fall in love with pgAdmin
  • 0
    To all the guys that support postgresql, why? I always thought that sql dbms were almost the same
  • 0
    OMG TABLE INHERITANCE 😍😍😍
  • 0
    You can also do high availability with Postgres for free
Add Comment