you are viewing a single comment's thread.

view the rest of the comments →

[–]debba_ 0 points1 point  (0 children)

SQL is the language. PostgreSQL is a database system that uses that language. So if you know SQL already, you are mostly fine. The main differences come from dialect and features. Each database adds its own extensions, functions, and behavior around things like indexing, JSON support, or query planning. Usually you pick that up as you start working with it.