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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user