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.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.ongres.pgconfig
ArtifactId

ArtifactId

pgconfig-validator
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://postgresqlco.nf
Source Code Management

Source Code Management

https://gitlab.com/ongresinc/pgconfig-validator

Download pgconfig-validator

How to add to project

<!-- https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/ -->
<dependency>
    <groupId>com.ongres.pgconfig</groupId>
    <artifactId>pgconfig-validator</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/
implementation 'com.ongres.pgconfig:pgconfig-validator:1.3.0'
// https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/
implementation ("com.ongres.pgconfig:pgconfig-validator:1.3.0")
'com.ongres.pgconfig:pgconfig-validator:jar:1.3.0'
<dependency org="com.ongres.pgconfig" name="pgconfig-validator" rev="1.3.0">
  <artifact name="pgconfig-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.pgconfig', module='pgconfig-validator', version='1.3.0')
)
libraryDependencies += "com.ongres.pgconfig" % "pgconfig-validator" % "1.3.0"
[com.ongres.pgconfig/pgconfig-validator "1.3.0"]

Dependencies

provided (3)

Group / Artifact Type Version
org.immutables : value Optional jar 2.9.0-rc1
org.immutables : builder Optional jar 2.9.0-rc1
org.eclipse.jdt : org.eclipse.jdt.annotation Optional jar 2.2.600

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0rc1