Procedural language debugger.

This commit is contained in:
Neel Patel
2016-04-14 21:36:04 +01:00
committed by Dave Page
parent 1b442cff41
commit 12ae40fe62
57 changed files with 4669 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ MAX_SESSION_IDLE_TIME = 60
# The schema version number for the configuration database
# DO NOT CHANGE UNLESS YOU ARE A PGADMIN DEVELOPER!!
SETTINGS_SCHEMA_VERSION = 8
SETTINGS_SCHEMA_VERSION = 9
# The default path to the SQLite database used to store user accounts and
# settings. This default places the file in the same directory as this