sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.53k stars 724 forks source link

Why reRestrictedKeywords does not contain UPDATE keyword? #696

Closed shengchaohua closed 9 months ago

shengchaohua commented 10 months ago
// List of keywords that are not allowed in read-only mode
reRestrictedKeywords = regexp.MustCompile(`(?mi)\s?(CREATE|INSERT|DROP|DELETE|TRUNCATE|GRANT|OPEN|IMPORT|COPY)\s`)
sosedoff commented 10 months ago

That's a good question. I probably missed it.