Skip to content

Commit

Permalink
Update rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
awestover authored Jul 14, 2023
1 parent 3cf8301 commit 87eead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rfcs/024-extension-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ extensions enabled for specific tenant-ids. Here is an example `ext_index.json`:
"anon": "# PostgreSQL Anonymizer (anon) extension \ncomment = 'Data anonymization tools' \ndefault_version = '1.1.0' \ndirectory='extension/anon' \nrelocatable = false \nrequires = 'pgcrypto' \nsuperuser = false \nmodule_pathname = '$libdir/anon' \ntrusted = true \n"
}
}
```

### How to add new extension to the Extension Storage?

Expand Down

0 comments on commit 87eead5

Please sign in to comment.