Bel LaPointe 2025-11-20 09:29:51 -07:00
parent f7c25c6603
commit de8cb91f84
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ func run(ctx context.Context) error {
}
return with.PSQL(ctx, *c, func(pg *sql.DB) error {
// SELECT lo_creat(-1);
// SELECT pg_catalog.lowrite(0, '\\037\\213\\010\\000\\000\\000\\000\\000\\000\\000\\245\\220;n\\3030\\014')
return ctx.Err()
})
}