mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update to use GitHub for source repos.
This commit is contained in:
@@ -18,8 +18,8 @@ import requests
|
||||
import argparse
|
||||
|
||||
PG_CODES_URLS = [
|
||||
"https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;"
|
||||
"f=src/pl/plpgsql/src/pl_scanner.c",
|
||||
"https://raw.githubusercontent.com/postgres/postgres/master/src/pl/"
|
||||
"plpgsql/src/pl_scanner.c",
|
||||
]
|
||||
PG_CODES_REGEX = "PG_KEYWORD\(\"([a-z]*)\"[A-Z_, ]*\)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user