summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-04-06 15:18:58 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-04-06 15:18:58 +0100
commit2fc1ba220d70a1e8dfa55733df14a1fc73acf75f (patch)
treeee9e1465aead8a74ba87a51d58ed92a936838514 /pygments
parentc846f6598dec1461687aaf3ff481e0fecc08ef7e (diff)
downloadpygments-2fc1ba220d70a1e8dfa55733df14a1fc73acf75f.tar.gz
Pull PostgreSQL keywords from their master
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/_postgres_builtins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_postgres_builtins.py b/pygments/lexers/_postgres_builtins.py
index 13aa9a15..d3c319e9 100644
--- a/pygments/lexers/_postgres_builtins.py
+++ b/pygments/lexers/_postgres_builtins.py
@@ -12,7 +12,7 @@ import re
import urllib2
# One man's constant is another man's variable.
-SOURCE_URL = 'https://github.com/postgres/postgres/raw/REL9_0_STABLE'
+SOURCE_URL = 'https://github.com/postgres/postgres/raw/master'
KEYWORDS_URL = SOURCE_URL + '/doc/src/sgml/keywords.sgml'
DATATYPES_URL = SOURCE_URL + '/doc/src/sgml/datatype.sgml'