|
|
@ -1972,8 +1972,7 @@ sub psql |
|
|
|
|
|
|
|
|
|
|
|
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object. |
|
|
|
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object. |
|
|
|
|
|
|
|
|
|
|
|
A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up, |
|
|
|
A timeout of $PostgreSQL::Test::Utils::timeout_default is set up. |
|
|
|
which can be modified later. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc> |
|
|
|
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc> |
|
|
|
disabled. That may be overridden by passing extra psql parameters. |
|
|
|
disabled. That may be overridden by passing extra psql parameters. |
|
|
@ -2039,8 +2038,7 @@ sub background_psql |
|
|
|
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object, which the |
|
|
|
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object, which the |
|
|
|
caller may use to send interactive input to B<psql>. |
|
|
|
caller may use to send interactive input to B<psql>. |
|
|
|
|
|
|
|
|
|
|
|
A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up, |
|
|
|
A timeout of $PostgreSQL::Test::Utils::timeout_default is set up. |
|
|
|
which can be modified later. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc> |
|
|
|
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc> |
|
|
|
disabled. That may be overridden by passing extra psql parameters. |
|
|
|
disabled. That may be overridden by passing extra psql parameters. |
|
|
|