mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix whitespace
This commit is contained in:
@ -13,5 +13,3 @@ ALTER SEQUENCE fkey_table_seq
|
||||
|
||||
ALTER SEQUENCE fkey_table_seq_renamed
|
||||
SET SCHEMA foo;
|
||||
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
---
|
||||
|
||||
CREATE EXTENSION pg_stat_statements;
|
||||
|
||||
|
@ -9,4 +9,3 @@ CREATE SEQUENCE fkey_table_seq
|
||||
START 10
|
||||
CACHE 10
|
||||
CYCLE;
|
||||
|
||||
|
@ -50,4 +50,3 @@ create operator =(procedure = same, leftarg = ctype, rightarg = ctype);
|
||||
create operator class ctype_hash_ops
|
||||
default for type ctype using hash as
|
||||
operator 1 =(ctype, ctype);
|
||||
|
||||
|
Reference in New Issue
Block a user