Hi there,
I am currently learning about SQL through on an Off-Platform SQL project and have a perhaps silly question.
I have installed PostgreSQL on my laptop, including pgAdmin 4 and Postbird. My understanding was that opening pgAdmin will start up a PostgreSQL server, which I can then access through clients such as Postbird. However, it seems that I can still connect to my localhost server through Postbird even when pgAdmin is not running. This suggests that my PostgreSQL server is always running in the background of my laptop, without me doing anything. Is this correct and to be expected? Or am I missing a key piece of the setup?
Thanks in advance!
Ryan C