From 1f9e164e645c91882ed0cbb4051722aa4adf3d73 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 6 Jul 2015 13:58:55 +0100 Subject: [PATCH] Correct spelling of PostgreSQL --- _includes/sqlstyle.guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sqlstyle.guide.md b/_includes/sqlstyle.guide.md index 829306f..941f8c0 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -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