Skip to content

Commit

Permalink
Correct reference to Postgres
Browse files Browse the repository at this point in the history
PostgreSQL or Postgres, not postgresql.
  • Loading branch information
derekprior committed Apr 11, 2020
1 parent 4d52ba6 commit 6e36cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ when some of those views may be materialized and take a long time to recreate.

You can use `replace_view` to generate a CREATE OR REPLACE VIEW SQL statement.

See postgresql documentation on how this works:
See Postgres documentation on how this works:
http://www.postgresql.org/docs/current/static/sql-createview.html

To start replacing a view run the generator like for a regular change:
Expand Down

0 comments on commit 6e36cda

Please sign in to comment.