Project

General

Profile

« Previous | Next » 

Revision 1935

Added db_dump_localize to translate a PostgreSQL DB dump for the local server's version

View differences:

bin/db_dump_localize
13 13
if test "$pg_version" -ge 9; then
14 14
    grep -v -F 'CREATE PROCEDURAL LANGUAGE plpgsql;' "$@"
15 15
else cat "$@" # pass through
16
fi
16
fi

Also available in: Unified diff