Skip to content

Commit

Permalink
Issue #5545 - Add extra psql argument "--no-psqlrc"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetchuck committed Jun 7, 2023
1 parent 4d95c5a commit 7c72a02
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-psqlrc --no-align --field-separator=\"\t\" --pset tuples_only=on";

public $queryFile = "--file";

Expand Down

0 comments on commit 7c72a02

Please sign in to comment.