mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@ -4,7 +4,7 @@ CREATE TABLE test_cidr (
|
||||
i cidr
|
||||
);
|
||||
|
||||
INSERT INTO test_cidr VALUES
|
||||
INSERT INTO test_cidr VALUES
|
||||
( '1.2.3.4' ),
|
||||
( '1.2.4.4' ),
|
||||
( '1.2.5.4' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_date (
|
||||
i date
|
||||
);
|
||||
|
||||
INSERT INTO test_date VALUES
|
||||
INSERT INTO test_date VALUES
|
||||
( '2004-10-23' ),
|
||||
( '2004-10-24' ),
|
||||
( '2004-10-25' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_inet (
|
||||
i inet
|
||||
);
|
||||
|
||||
INSERT INTO test_inet VALUES
|
||||
INSERT INTO test_inet VALUES
|
||||
( '1.2.3.4/16' ),
|
||||
( '1.2.4.4/16' ),
|
||||
( '1.2.5.4/16' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_interval (
|
||||
i interval
|
||||
);
|
||||
|
||||
INSERT INTO test_interval VALUES
|
||||
INSERT INTO test_interval VALUES
|
||||
( '03:55:08' ),
|
||||
( '04:55:08' ),
|
||||
( '05:55:08' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_macaddr (
|
||||
i macaddr
|
||||
);
|
||||
|
||||
INSERT INTO test_macaddr VALUES
|
||||
INSERT INTO test_macaddr VALUES
|
||||
( '22:00:5c:03:55:08' ),
|
||||
( '22:00:5c:04:55:08' ),
|
||||
( '22:00:5c:05:55:08' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_time (
|
||||
i time
|
||||
);
|
||||
|
||||
INSERT INTO test_time VALUES
|
||||
INSERT INTO test_time VALUES
|
||||
( '03:55:08' ),
|
||||
( '04:55:08' ),
|
||||
( '05:55:08' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_timestamp (
|
||||
i timestamp
|
||||
);
|
||||
|
||||
INSERT INTO test_timestamp VALUES
|
||||
INSERT INTO test_timestamp VALUES
|
||||
( '2004-10-26 03:55:08' ),
|
||||
( '2004-10-26 04:55:08' ),
|
||||
( '2004-10-26 05:55:08' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_timestamptz (
|
||||
i timestamptz
|
||||
);
|
||||
|
||||
INSERT INTO test_timestamptz VALUES
|
||||
INSERT INTO test_timestamptz VALUES
|
||||
( '2004-10-26 03:55:08' ),
|
||||
( '2004-10-26 04:55:08' ),
|
||||
( '2004-10-26 05:55:08' ),
|
||||
|
@ -4,7 +4,7 @@ CREATE TABLE test_timetz (
|
||||
i timetz
|
||||
);
|
||||
|
||||
INSERT INTO test_timetz VALUES
|
||||
INSERT INTO test_timetz VALUES
|
||||
( '03:55:08 GMT+2' ),
|
||||
( '04:55:08 GMT+2' ),
|
||||
( '05:55:08 GMT+2' ),
|
||||
|
Reference in New Issue
Block a user