You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we're a pg extension, doing make && sudo make install is still more cumbersome than running a SQL script (psql -f script.sql).
Solution
Include a single SQL file as a release artifact. Newer versions can have a single script plus an upgrade script too (like postgrest-openapi--0.1.0--0.1.1.sql).
The text was updated successfully, but these errors were encountered:
Problem
While we're a pg extension, doing
make && sudo make install
is still more cumbersome than running a SQL script (psql -f script.sql
).Solution
Include a single SQL file as a release artifact. Newer versions can have a single script plus an upgrade script too (like
postgrest-openapi--0.1.0--0.1.1.sql
).The text was updated successfully, but these errors were encountered: