TablePlus / DBngin

DB Engine
https://dbngin.com
1.01k stars 19 forks source link

Error: could not open extension control file #12

Open nicolaslima opened 5 years ago

nicolaslima commented 5 years ago
  1. Driver: PostgreSQL 9.5.0

  2. DBngin build number: version 1.0 (12)

  3. macOS version: 10.14

  4. The steps to reproduce this issue:

execute:

CREATE EXTENSION IF NOT EXISTS "citext"

result:

ERROR:  could not open extension control file "/Users/Shared/DBngin/postgresql/9.5.0/share/extension/citext.control": No such file or directory

How can I work with extensions?