Skip to content

Commit e236235

Browse files
committed
change pgsql to postgres
1 parent e73d417 commit e236235

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/regress/expected/rules.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ QUERY: UPDATE shoelace_data SET sl_avail = 6 WHERE sl_name = 'sl7';
951951
QUERY: SELECT * FROM shoelace_log;
952952
sl_name |sl_avail|log_who|log_when
953953
----------+--------+-------+--------
954-
sl7 | 6|pgsql |epoch
954+
sl7 | 6|postgres|epoch
955955
(1 row)
956956

957957
QUERY: CREATE RULE shoelace_ins AS ON INSERT TO shoelace
@@ -1021,10 +1021,10 @@ sl6 | 20|brown | 0.9|m | 90
10211021
QUERY: SELECT * FROM shoelace_log;
10221022
sl_name |sl_avail|log_who|log_when
10231023
----------+--------+-------+--------
1024-
sl7 | 6|pgsql |epoch
1025-
sl3 | 10|pgsql |epoch
1026-
sl6 | 20|pgsql |epoch
1027-
sl8 | 21|pgsql |epoch
1024+
sl7 | 6|postgres|epoch
1025+
sl3 | 10|postgres|epoch
1026+
sl6 | 20|postgres|epoch
1027+
sl8 | 21|postgres|epoch
10281028
(4 rows)
10291029

10301030
QUERY: CREATE VIEW shoelace_obsolete AS

0 commit comments

Comments
 (0)