Skip to content
Snippets Groups Projects
Commit 01073bbc authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Small converter fixes

parent da5dea00
No related branches found
No related tags found
No related merge requests found
# Look for the 'Drop indexes' line and mark it with 'a'
/^-- Drop indexes --$/
ka
# Look for the 'END Drop indexes' line and mark it with 'b'
/^-- END Drop indexes --$/
kb
# Move the 'Drop indexes'..'END Drop indexes' block after the line containing
# 'SET CONSTRAINTS'.
1
/SET CONSTRAINTS/
'a,'bm.
wq
Loading
Loading
@@ -3,7 +3,7 @@
# efficient consumption by Postgres.
 
fail() {
echo "$@" 1>2
echo "$@" 1>&2
exit 1
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment