View PostgreSQL logs in Supabase
Supabase doesn't yet provide a way to see postgresql logs from the admin interface.
But there is a way to see the logs from within PostgreSQL, using SQL.
The file_fdw extension
The file_fdw extension allows to wrap an external data source into a ta...
blog.ahausherr.fr2 min read