1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix grammar in error message

This commit is contained in:
Peter Eisentraut
2019-05-09 09:14:37 +02:00
parent 2d7d946cd3
commit 02daece4ab
3 changed files with 12 additions and 12 deletions

View File

@ -5165,10 +5165,10 @@ END;
$$;
SELECT foo();
WARNING: number of source and target fields in assignment do not match
WARNING: number of source and target fields in assignment does not match
DETAIL: strict_multi_assignment check of extra_warnings is active.
HINT: Make sure the query returns the exact list of columns.
WARNING: number of source and target fields in assignment do not match
WARNING: number of source and target fields in assignment does not match
DETAIL: strict_multi_assignment check of extra_warnings is active.
HINT: Make sure the query returns the exact list of columns.