Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from stirringhalo/patch-1
Browse files Browse the repository at this point in the history
Enable timing in psql for easier debugging of time sinks
  • Loading branch information
lukasmartinelli authored Dec 1, 2016
2 parents 962b86c + 781e665 commit c833ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function import_sql_files() {
}

function main() {
echo '\timing' > /root/.psqlrc
exec_psql_file "$VT_UTIL_DIR/postgis-vt-util.sql"
import_sql_files
}
Expand Down

0 comments on commit c833ec3

Please sign in to comment.