HarveySupper
Results
2
comments of
HarveySupper
Thank you for your answer, we found the problem is to execute the following code, after removing it, it can run normally. `CREATE EXTENSION IF NOT EXISTS "plv8" WITH SCHEMA...
`SET PLV8.START_PROC = 'supascript_init';` `ALTER DATABASE POSTGRES SET PLV8.START_PROC TO 'supascript_init';` According to the current test situation, it should be that we do not have permission to change the value...