File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/test/regress/expected Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ QUERY: UPDATE shoelace_data SET sl_avail = 6 WHERE sl_name = 'sl7';
951
951
QUERY: SELECT * FROM shoelace_log;
952
952
sl_name |sl_avail|log_who|log_when
953
953
----------+--------+-------+--------
954
- sl7 | 6|pgsql |epoch
954
+ sl7 | 6|postgres |epoch
955
955
(1 row)
956
956
957
957
QUERY: CREATE RULE shoelace_ins AS ON INSERT TO shoelace
@@ -1021,10 +1021,10 @@ sl6 | 20|brown | 0.9|m | 90
1021
1021
QUERY: SELECT * FROM shoelace_log;
1022
1022
sl_name |sl_avail|log_who|log_when
1023
1023
----------+--------+-------+--------
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
1028
1028
(4 rows)
1029
1029
1030
1030
QUERY: CREATE VIEW shoelace_obsolete AS
You can’t perform that action at this time.
0 commit comments