Skip to content

Commit

Permalink
Correct spelling of PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 6, 2015
1 parent daeb052 commit 1f9e164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ SELECT SUM(s.monitor_tally) AS monitor_total

### Reserved keyword reference

A list of ANSI SQL 92, ANSI SQL 99, ANSI SQL 2003, MySQL 3.23.x, MySQL 4.x, MySQL 5.x, PostGreSQL 8.1, MS SQL Server 2000, MS ODBC, Oracle 10.2 reserved keywords.
A list of ANSI SQL 92, ANSI SQL 99, ANSI SQL 2003, MySQL 3.23.x, MySQL 4.x, MySQL 5.x, PostgreSQL 8.1, MS SQL Server 2000, MS ODBC, Oracle 10.2 reserved keywords.

```sql
A
Expand Down

0 comments on commit 1f9e164

Please sign in to comment.