mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Fix typo
Author: Fabrízio de Royes Mello <fabriziomello@gmail.com>
This commit is contained in:
parent
49b60a4be7
commit
d0f8d0ded4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ issues_sql_like(
|
|||
issues_sql_like(
|
||||
[ 'vacuumdb', '-Z', 'postgres' ],
|
||||
qr/statement: ANALYZE;/,
|
||||
'vacuumdb -z');
|
||||
'vacuumdb -Z');
|
||||
|
|
|
|||
Loading…
Reference in a new issue