mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@ -438,7 +438,7 @@ select hstore 'a=>NULL, b=>qq' ?& '{}'::text[];
|
||||
f
|
||||
(1 row)
|
||||
|
||||
-- delete
|
||||
-- delete
|
||||
select delete('a=>1 , b=>2, c=>3'::hstore, 'a');
|
||||
delete
|
||||
--------------------
|
||||
|
@ -97,7 +97,7 @@ select hstore 'a=>NULL, b=>qq' ?& ARRAY['c','a'];
|
||||
select hstore 'a=>NULL, b=>qq' ?& ARRAY['c','d'];
|
||||
select hstore 'a=>NULL, b=>qq' ?& '{}'::text[];
|
||||
|
||||
-- delete
|
||||
-- delete
|
||||
|
||||
select delete('a=>1 , b=>2, c=>3'::hstore, 'a');
|
||||
select delete('a=>null , b=>2, c=>3'::hstore, 'a');
|
||||
|
Reference in New Issue
Block a user