Skip to content

Instantly share code, notes, and snippets.

@jbothma
Last active June 18, 2018 14:08
Show Gist options
  • Select an option

  • Save jbothma/f9dcce0b67f8e897d6989668a602cf66 to your computer and use it in GitHub Desktop.

Select an option

Save jbothma/f9dcce0b67f8e897d6989668a602cf66 to your computer and use it in GitHub Desktop.
Load postgresql 10 dump into postgres 9.3
zcat dump.gz | egrep -v "(idle_in_transaction_session_timeout|row_security|AS integer)" | psql postgresql://...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment