mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 09:27:04 +08:00
Fix whitespace
This commit is contained in:
@ -4753,7 +4753,7 @@ ALTER TABLE alter_table_under_transition_tables
|
||||
UPDATE alter_table_under_transition_tables
|
||||
SET name = (name::text || name::text)::integer;
|
||||
|
||||
-- now drop column 'name'
|
||||
-- now drop column 'name'
|
||||
ALTER TABLE alter_table_under_transition_tables
|
||||
DROP column name;
|
||||
UPDATE alter_table_under_transition_tables
|
||||
|
||||
Reference in New Issue
Block a user