We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c56de commit bb71f3dCopy full SHA for bb71f3d
pages/en/developing/unit-testing-framework.mdx
@@ -24,6 +24,11 @@ Postgres installation command:
24
brew install postgresql
25
```
26
27
+Create a symlink to the latest libpq.5.lib *You may need to create this dir first* `/usr/local/opt/postgresql/lib/`
28
+```sh
29
+ln -sf /usr/local/opt/postgresql@14/lib/postgresql@14/libpq.5.dylib /usr/local/opt/postgresql/lib/libpq.5.dylib
30
+```
31
+
32
#### Linux
33
34
Postgres installation command (depends on your distro):
0 commit comments