fix minor issue with postgres listener dealing with connection errors and shutdown
[websub-hub] / src / db / postgres / sql / authentication-get.sql
1 --
2 SELECT *
3 FROM authentication
4 WHERE identifier = $(identifier)