Any recommendations for resources to learn postgresql stuff? Done a lot of sql with mysql. Postgres seems like quite the different beast
s
Scott P
04/19/2022, 8:07 PM
The official docs are useful, and https://www.postgresqltutorial.com/ is great if you need a reminder on how to do specific things. Many thing you've done with MySQL likely apply to Postgres too.