Commit e2362358 authored by Bruce Momjian's avatar Bruce Momjian

change pgsql to postgres

parent e73d4171
......@@ -951,7 +951,7 @@ QUERY: UPDATE shoelace_data SET sl_avail = 6 WHERE sl_name = 'sl7';
QUERY: SELECT * FROM shoelace_log;
sl_name |sl_avail|log_who|log_when
----------+--------+-------+--------
sl7 | 6|pgsql |epoch
sl7 | 6|postgres|epoch
(1 row)
QUERY: CREATE RULE shoelace_ins AS ON INSERT TO shoelace
......@@ -1021,10 +1021,10 @@ sl6 | 20|brown | 0.9|m | 90
QUERY: SELECT * FROM shoelace_log;
sl_name |sl_avail|log_who|log_when
----------+--------+-------+--------
sl7 | 6|pgsql |epoch
sl3 | 10|pgsql |epoch
sl6 | 20|pgsql |epoch
sl8 | 21|pgsql |epoch
sl7 | 6|postgres|epoch
sl3 | 10|postgres|epoch
sl6 | 20|postgres|epoch
sl8 | 21|postgres|epoch
(4 rows)
QUERY: CREATE VIEW shoelace_obsolete AS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment