Created
December 6, 2022 16:43
-
-
Save cowlicks/86ca0bf4ed0ab6f989acb262566725c2 to your computer and use it in GitHub Desktop.
manually set email to run ad hoc pstgresql commands with user configured via postgraphile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN; | |
SET LOCAL "jwt.claims.whatever" to '[email protected]'; | |
SELECT the_name_of_your_function('yo-10'); | |
COMMIt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment