acl icon indicating copy to clipboard operation
acl copied to clipboard

Access Control Lists (ACL) PostgreSQL Extension

Results 6 acl issues
Sort by recently updated
recently updated
newest added

Given that the "pgxnclient install" method doesn't work under Windows OS, it would be great if there were pre-built binaries available for a more recent release of PostgreSQL (like v12.5,...

Does anyone have experience of indexing the ACL columns using GIN/GIST indexes?

Tried to install using `pgxn install acl`. This fails with the following error. Am I missing something? ```bash $ pgxn install acl INFO: best version: acl 1.0.2 INFO: saving /var/folders/qq/hkfz9ql503b0k9k8vrj48n8w0000gn/T/tmpzm99e1k6/acl-1.0.2.zip...

First of all: I'm no expert in C. I tried to compile acl for PostgreSQL 11 on Windows 10 and FreeBSD 11.2. Windows 10 was no problem, but compiling it...

I didn't test it yet, but can we use this extension with postgres 9.6 (and/or the 10 beta release)

the ACL field (an array) can be represented (map) in JSON schema as [jsonschema-acl](https://www.npmjs.com/package/jsonschema-acl) or similar.. since pg9.5 we have all "JSON algebra" (or JSONb) to implement it.