jar

com.ongres.pgconfig : pgconfig-validator

Maven & Gradle

Oct 26, 2022

Postgres Parameter Validator · PostgreSQL Configuration Parameter Validator gives you the ability to verify if a GUC (Grand Unified Configuration) parameter is valid based on a few rules that are checked depending on the PostgreSQL server version being used.

Table Of Contents

Latest Version

Download com.ongres.pgconfig : pgconfig-validator JAR file - Latest Versions:

All Versions

Download com.ongres.pgconfig : pgconfig-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pgconfig-validator-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ongres.pgconfig.validator

├─ com.ongres.pgconfig.validator.BooleanValidator.class - [JAR]

├─ com.ongres.pgconfig.validator.DefaultStyle.class - [JAR]

├─ com.ongres.pgconfig.validator.EnumValidator.class - [JAR]

├─ com.ongres.pgconfig.validator.FlatFileReader.class - [JAR]

├─ com.ongres.pgconfig.validator.GucValidator.class - [JAR]

├─ com.ongres.pgconfig.validator.ImmutableNumericUnit.class - [JAR]

├─ com.ongres.pgconfig.validator.ImmutablePgParameter.class - [JAR]

├─ com.ongres.pgconfig.validator.ImmutablePgSetting.class - [JAR]

├─ com.ongres.pgconfig.validator.MinMaxValidator.class - [JAR]

├─ com.ongres.pgconfig.validator.NumericUnit.class - [JAR]

├─ com.ongres.pgconfig.validator.ParameterValidator.class - [JAR]

├─ com.ongres.pgconfig.validator.PgParameter.class - [JAR]

├─ com.ongres.pgconfig.validator.PgSetting.class - [JAR]

├─ com.ongres.pgconfig.validator.PgVersion.class - [JAR]

├─ com.ongres.pgconfig.validator.Unit.class - [JAR]

├─ com.ongres.pgconfig.validator.UnitParser.class - [JAR]

├─ com.ongres.pgconfig.validator.UnitParserBuilder.class - [JAR]

├─ com.ongres.pgconfig.validator.ValidHandler.class - [JAR]

├─ com.ongres.pgconfig.validator.VarSubType.class - [JAR]

├─ com.ongres.pgconfig.validator.VarType.class - [JAR]

├─ com.ongres.pgconfig.validator.package-info.class - [JAR]

Advertisement