Skip to content

Commit

Permalink
Issue #5545 - Add extra psql argument "--pset timing=off"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetchuck committed Apr 29, 2023
1 parent 340c74d commit 660fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/SqlPgsql.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class SqlPgsql extends SqlBase
{
public $queryExtra = "--no-align --field-separator=\"\t\" --pset tuples_only=on";
public $queryExtra = "--no-align --field-separator=\"\t\" --pset tuples_only=on --pset timing=off";

public $queryFile = "--file";

Expand Down

0 comments on commit 660fe81

Please sign in to comment.