Hi, Is there an official required PostgreSQL version?
One reason it may be important is that supported syntax is added in newer versions. For example, recently one of the DB migrations scripts was added with "ADD COLUMN IF NOT EXISTS" statement, which is considered a syntax error (and breaks "admin.pl setup") in PostgreSQL versions < 9.6. Thanks, Nir
