Class PostgresEngineVersion
The versions for the PostgreSQL instance engines (those returned by DatabaseInstanceEngine.postgres
).
Inheritance
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PostgresEngineVersion : DeputyBase
Syntax (vb)
Public Class PostgresEngineVersion
Inherits DeputyBase
Remarks
ExampleMetadata: infused
Examples
Vpc vpc;
var engine = DatabaseInstanceEngine.Postgres(new PostgresInstanceEngineProps { Version = PostgresEngineVersion.VER_16_3 });
var myKey = new Key(this, "MyKey");
new DatabaseInstance(this, "InstanceWithCustomizedSecret", new DatabaseInstanceProps {
Engine = engine,
Vpc = vpc,
Credentials = Credentials.FromGeneratedSecret("postgres", new CredentialsBaseOptions {
SecretName = "my-cool-name",
EncryptionKey = myKey,
ExcludeCharacters = "!&*^#@()",
ReplicaRegions = new [] { new ReplicaRegion { Region = "eu-west-1" }, new ReplicaRegion { Region = "eu-west-2" } }
})
});
Synopsis
Constructors
PostgresEngineVersion(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
PostgresEngineVersion(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
PostgresFullVersion | The full version string, for example, "13.11". |
PostgresMajorVersion | The major version of the engine, for example, "13". |
VER_10 | (deprecated) Version "10" (only a major version, without a specific minor version). |
VER_10_1 | (deprecated) Version "10.1". |
VER_10_10 | (deprecated) Version "10.10". |
VER_10_11 | (deprecated) Version "10.11". |
VER_10_12 | (deprecated) Version "10.12". |
VER_10_13 | (deprecated) Version "10.13". |
VER_10_14 | (deprecated) Version "10.14". |
VER_10_15 | (deprecated) Version "10.15". |
VER_10_16 | (deprecated) Version "10.16". |
VER_10_17 | (deprecated) Version "10.17". |
VER_10_18 | (deprecated) Version "10.18". |
VER_10_19 | (deprecated) Version "10.19". |
VER_10_20 | (deprecated) Version "10.20". |
VER_10_21 | (deprecated) Version "10.21". |
VER_10_22 | (deprecated) Version "10.22". |
VER_10_23 | (deprecated) Version "10.23". |
VER_10_3 | (deprecated) Version "10.3". |
VER_10_4 | (deprecated) Version "10.4". |
VER_10_5 | (deprecated) Version "10.5". |
VER_10_6 | (deprecated) Version "10.6". |
VER_10_7 | (deprecated) Version "10.7". |
VER_10_9 | (deprecated) Version "10.9". |
VER_11 | Version "11" (only a major version, without a specific minor version). |
VER_11_1 | (deprecated) Version "11.1". |
VER_11_10 | (deprecated) Version "11.10". |
VER_11_11 | (deprecated) Version "11.11". |
VER_11_12 | (deprecated) Version "11.12". |
VER_11_13 | (deprecated) Version "11.13". |
VER_11_14 | (deprecated) Version "11.14". |
VER_11_15 | (deprecated) Version "11.15". |
VER_11_16 | (deprecated) Version "11.16". |
VER_11_17 | (deprecated) Version "11.17". |
VER_11_18 | (deprecated) Version "11.18". |
VER_11_19 | (deprecated) Version "11.19". |
VER_11_2 | (deprecated) Version "11.2". |
VER_11_20 | (deprecated) Version "11.20". |
VER_11_21 | (deprecated) Version "11.21". |
VER_11_22 | Version "11.22". |
VER_11_22_RDS_20240418 | Version "11.22-rds.20240418". |
VER_11_22_RDS_20240509 | Version "11.22-rds.20240509". |
VER_11_22_RDS_20240808 | Version "11.22-rds.20240808". |
VER_11_22_RDS_20241121 | Version "11.22-RDS.20241121". |
VER_11_4 | (deprecated) Version "11.4". |
VER_11_5 | (deprecated) Version "11.5". |
VER_11_6 | (deprecated) Version "11.6". |
VER_11_7 | (deprecated) Version "11.7". |
VER_11_8 | (deprecated) Version "11.8". |
VER_11_9 | (deprecated) Version "11.9". |
VER_12 | Version "12" (only a major version, without a specific minor version). |
VER_12_10 | (deprecated) Version "12.10". |
VER_12_11 | (deprecated) Version "12.11". |
VER_12_12 | (deprecated) Version "12.12". |
VER_12_13 | (deprecated) Version "12.13". |
VER_12_14 | (deprecated) Version "12.14". |
VER_12_15 | Version "12.15". |
VER_12_16 | Version "12.16". |
VER_12_17 | Version "12.17". |
VER_12_18 | Version "12.18". |
VER_12_19 | Version "12.19". |
VER_12_2 | (deprecated) Version "12.2". |
VER_12_20 | Version "12.20". |
VER_12_21 | Version "12.21". |
VER_12_22 | Version "12.22". |
VER_12_3 | (deprecated) Version "12.3". |
VER_12_4 | (deprecated) Version "12.4". |
VER_12_5 | (deprecated) Version "12.5". |
VER_12_6 | (deprecated) Version "12.6". |
VER_12_7 | (deprecated) Version "12.7". |
VER_12_8 | (deprecated) Version "12.8". |
VER_12_9 | (deprecated) Version "12.9". |
VER_13 | Version "13" (only a major version, without a specific minor version). |
VER_13_1 | (deprecated) Version "13.1". |
VER_13_10 | (deprecated) Version "13.10". |
VER_13_11 | (deprecated) Version "13.11". |
VER_13_12 | (deprecated) Version "13.12". |
VER_13_13 | (deprecated) Version "13.13". |
VER_13_14 | Version "13.14". |
VER_13_15 | Version "13.15". |
VER_13_16 | Version "13.16". |
VER_13_17 | Version "13.17". |
VER_13_18 | Version "13.18". |
VER_13_19 | Version "13.19". |
VER_13_2 | (deprecated) Version "13.2". |
VER_13_20 | Version "13.20". |
VER_13_3 | (deprecated) Version "13.3". |
VER_13_4 | (deprecated) Version "13.4". |
VER_13_5 | (deprecated) Version "13.5". |
VER_13_6 | (deprecated) Version "13.6". |
VER_13_7 | (deprecated) Version "13.7". |
VER_13_8 | (deprecated) Version "13.8". |
VER_13_9 | (deprecated) Version "13.9". |
VER_14 | Version "14" (only a major version, without a specific minor version). |
VER_14_1 | (deprecated) Version "14.1". |
VER_14_10 | (deprecated) Version "14.10". |
VER_14_11 | (deprecated) Version "14.11". |
VER_14_12 | Version "14.12". |
VER_14_13 | Version "14.13". |
VER_14_14 | Version "14.14". |
VER_14_15 | Version "14.15". |
VER_14_16 | Version "14.16". |
VER_14_17 | Version "14.17". |
VER_14_2 | (deprecated) Version "14.2". |
VER_14_3 | (deprecated) Version "14.3". |
VER_14_4 | (deprecated) Version "14.4". |
VER_14_5 | (deprecated) Version "14.5". |
VER_14_6 | (deprecated) Version "14.6". |
VER_14_7 | (deprecated) Version "14.7". |
VER_14_8 | (deprecated) Version "14.8". |
VER_14_9 | (deprecated) Version "14.9". |
VER_15 | Version "15" (only a major version, without a specific minor version). |
VER_15_10 | Version "15.10". |
VER_15_11 | Version "15.11". |
VER_15_12 | Version "15.12". |
VER_15_2 | (deprecated) Version "15.2". |
VER_15_3 | (deprecated) Version "15.3". |
VER_15_4 | (deprecated) Version "15.4". |
VER_15_5 | (deprecated) Version "15.5". |
VER_15_6 | (deprecated) Version "15.6". |
VER_15_7 | Version "15.7". |
VER_15_8 | Version "15.8". |
VER_15_9 | Version "15.9". |
VER_16 | Version "16" (only a major version, without a specific minor version). |
VER_16_1 | (deprecated) Version "16.1". |
VER_16_2 | (deprecated) Version "16.2". |
VER_16_3 | Version "16.3". |
VER_16_4 | Version "16.4". |
VER_16_5 | Version "16.5". |
VER_16_6 | Version "16.6". |
VER_16_7 | Version "16.7". |
VER_16_8 | Version "16.8". |
VER_17 | Version "17" (only a major version, without a specific minor version). |
VER_17_1 | Version "17.1". |
VER_17_2 | Version "17.2". |
VER_17_3 | Version "17.3". |
VER_17_4 | Version "17.4". |
VER_9_6_24 | (deprecated) Version "9.6.24". |
Methods
Of(String, String, IPostgresEngineFeatures) | Create a new PostgresEngineVersion with an arbitrary version. |
Constructors
PostgresEngineVersion(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected PostgresEngineVersion(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
PostgresEngineVersion(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected PostgresEngineVersion(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
PostgresFullVersion
The full version string, for example, "13.11".
public virtual string PostgresFullVersion { get; }
Property Value
System.String
PostgresMajorVersion
The major version of the engine, for example, "13".
public virtual string PostgresMajorVersion { get; }
Property Value
System.String
VER_10
(deprecated) Version "10" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_1
(deprecated) Version "10.1".
public static PostgresEngineVersion VER_10_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_10
(deprecated) Version "10.10".
public static PostgresEngineVersion VER_10_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_11
(deprecated) Version "10.11".
public static PostgresEngineVersion VER_10_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_12
(deprecated) Version "10.12".
public static PostgresEngineVersion VER_10_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_13
(deprecated) Version "10.13".
public static PostgresEngineVersion VER_10_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_14
(deprecated) Version "10.14".
public static PostgresEngineVersion VER_10_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_15
(deprecated) Version "10.15".
public static PostgresEngineVersion VER_10_15 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_16
(deprecated) Version "10.16".
public static PostgresEngineVersion VER_10_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_17
(deprecated) Version "10.17".
public static PostgresEngineVersion VER_10_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_18
(deprecated) Version "10.18".
public static PostgresEngineVersion VER_10_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_19
(deprecated) Version "10.19".
public static PostgresEngineVersion VER_10_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_20
(deprecated) Version "10.20".
public static PostgresEngineVersion VER_10_20 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_21
(deprecated) Version "10.21".
public static PostgresEngineVersion VER_10_21 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_22
(deprecated) Version "10.22".
public static PostgresEngineVersion VER_10_22 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_23
(deprecated) Version "10.23".
public static PostgresEngineVersion VER_10_23 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_3
(deprecated) Version "10.3".
public static PostgresEngineVersion VER_10_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_4
(deprecated) Version "10.4".
public static PostgresEngineVersion VER_10_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_5
(deprecated) Version "10.5".
public static PostgresEngineVersion VER_10_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_6
(deprecated) Version "10.6".
public static PostgresEngineVersion VER_10_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_7
(deprecated) Version "10.7".
public static PostgresEngineVersion VER_10_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_9
(deprecated) Version "10.9".
public static PostgresEngineVersion VER_10_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11
Version "11" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_11 { get; }
Property Value
VER_11_1
(deprecated) Version "11.1".
public static PostgresEngineVersion VER_11_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_10
(deprecated) Version "11.10".
public static PostgresEngineVersion VER_11_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_11
(deprecated) Version "11.11".
public static PostgresEngineVersion VER_11_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_12
(deprecated) Version "11.12".
public static PostgresEngineVersion VER_11_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_13
(deprecated) Version "11.13".
public static PostgresEngineVersion VER_11_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_14
(deprecated) Version "11.14".
public static PostgresEngineVersion VER_11_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_15
(deprecated) Version "11.15".
public static PostgresEngineVersion VER_11_15 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_16
(deprecated) Version "11.16".
public static PostgresEngineVersion VER_11_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_17
(deprecated) Version "11.17".
public static PostgresEngineVersion VER_11_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_18
(deprecated) Version "11.18".
public static PostgresEngineVersion VER_11_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_19
(deprecated) Version "11.19".
public static PostgresEngineVersion VER_11_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_2
(deprecated) Version "11.2".
public static PostgresEngineVersion VER_11_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_20
(deprecated) Version "11.20".
public static PostgresEngineVersion VER_11_20 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_21
(deprecated) Version "11.21".
public static PostgresEngineVersion VER_11_21 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_22
Version "11.22".
public static PostgresEngineVersion VER_11_22 { get; }
Property Value
VER_11_22_RDS_20240418
Version "11.22-rds.20240418".
public static PostgresEngineVersion VER_11_22_RDS_20240418 { get; }
Property Value
VER_11_22_RDS_20240509
Version "11.22-rds.20240509".
public static PostgresEngineVersion VER_11_22_RDS_20240509 { get; }
Property Value
VER_11_22_RDS_20240808
Version "11.22-rds.20240808".
public static PostgresEngineVersion VER_11_22_RDS_20240808 { get; }
Property Value
VER_11_22_RDS_20241121
Version "11.22-RDS.20241121".
public static PostgresEngineVersion VER_11_22_RDS_20241121 { get; }
Property Value
VER_11_4
(deprecated) Version "11.4".
public static PostgresEngineVersion VER_11_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_5
(deprecated) Version "11.5".
public static PostgresEngineVersion VER_11_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_6
(deprecated) Version "11.6".
public static PostgresEngineVersion VER_11_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_7
(deprecated) Version "11.7".
public static PostgresEngineVersion VER_11_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_8
(deprecated) Version "11.8".
public static PostgresEngineVersion VER_11_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_9
(deprecated) Version "11.9".
public static PostgresEngineVersion VER_11_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12
Version "12" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_12 { get; }
Property Value
VER_12_10
(deprecated) Version "12.10".
public static PostgresEngineVersion VER_12_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_11
(deprecated) Version "12.11".
public static PostgresEngineVersion VER_12_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_12
(deprecated) Version "12.12".
public static PostgresEngineVersion VER_12_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_13
(deprecated) Version "12.13".
public static PostgresEngineVersion VER_12_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_14
(deprecated) Version "12.14".
public static PostgresEngineVersion VER_12_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_15
Version "12.15".
public static PostgresEngineVersion VER_12_15 { get; }
Property Value
VER_12_16
Version "12.16".
public static PostgresEngineVersion VER_12_16 { get; }
Property Value
VER_12_17
Version "12.17".
public static PostgresEngineVersion VER_12_17 { get; }
Property Value
VER_12_18
Version "12.18".
public static PostgresEngineVersion VER_12_18 { get; }
Property Value
VER_12_19
Version "12.19".
public static PostgresEngineVersion VER_12_19 { get; }
Property Value
VER_12_2
(deprecated) Version "12.2".
public static PostgresEngineVersion VER_12_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_20
Version "12.20".
public static PostgresEngineVersion VER_12_20 { get; }
Property Value
VER_12_21
Version "12.21".
public static PostgresEngineVersion VER_12_21 { get; }
Property Value
VER_12_22
Version "12.22".
public static PostgresEngineVersion VER_12_22 { get; }
Property Value
VER_12_3
(deprecated) Version "12.3".
public static PostgresEngineVersion VER_12_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_4
(deprecated) Version "12.4".
public static PostgresEngineVersion VER_12_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_5
(deprecated) Version "12.5".
public static PostgresEngineVersion VER_12_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_6
(deprecated) Version "12.6".
public static PostgresEngineVersion VER_12_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_7
(deprecated) Version "12.7".
public static PostgresEngineVersion VER_12_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_8
(deprecated) Version "12.8".
public static PostgresEngineVersion VER_12_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_9
(deprecated) Version "12.9".
public static PostgresEngineVersion VER_12_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13
Version "13" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_13 { get; }
Property Value
VER_13_1
(deprecated) Version "13.1".
public static PostgresEngineVersion VER_13_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_10
(deprecated) Version "13.10".
public static PostgresEngineVersion VER_13_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_11
(deprecated) Version "13.11".
public static PostgresEngineVersion VER_13_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_12
(deprecated) Version "13.12".
public static PostgresEngineVersion VER_13_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_13
(deprecated) Version "13.13".
public static PostgresEngineVersion VER_13_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_14
Version "13.14".
public static PostgresEngineVersion VER_13_14 { get; }
Property Value
VER_13_15
Version "13.15".
public static PostgresEngineVersion VER_13_15 { get; }
Property Value
VER_13_16
Version "13.16".
public static PostgresEngineVersion VER_13_16 { get; }
Property Value
VER_13_17
Version "13.17".
public static PostgresEngineVersion VER_13_17 { get; }
Property Value
VER_13_18
Version "13.18".
public static PostgresEngineVersion VER_13_18 { get; }
Property Value
VER_13_19
Version "13.19".
public static PostgresEngineVersion VER_13_19 { get; }
Property Value
VER_13_2
(deprecated) Version "13.2".
public static PostgresEngineVersion VER_13_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_20
Version "13.20".
public static PostgresEngineVersion VER_13_20 { get; }
Property Value
VER_13_3
(deprecated) Version "13.3".
public static PostgresEngineVersion VER_13_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_4
(deprecated) Version "13.4".
public static PostgresEngineVersion VER_13_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_5
(deprecated) Version "13.5".
public static PostgresEngineVersion VER_13_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_6
(deprecated) Version "13.6".
public static PostgresEngineVersion VER_13_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_7
(deprecated) Version "13.7".
public static PostgresEngineVersion VER_13_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_8
(deprecated) Version "13.8".
public static PostgresEngineVersion VER_13_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_9
(deprecated) Version "13.9".
public static PostgresEngineVersion VER_13_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14
Version "14" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_14 { get; }
Property Value
VER_14_1
(deprecated) Version "14.1".
public static PostgresEngineVersion VER_14_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_10
(deprecated) Version "14.10".
public static PostgresEngineVersion VER_14_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_11
(deprecated) Version "14.11".
public static PostgresEngineVersion VER_14_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_12
Version "14.12".
public static PostgresEngineVersion VER_14_12 { get; }
Property Value
VER_14_13
Version "14.13".
public static PostgresEngineVersion VER_14_13 { get; }
Property Value
VER_14_14
Version "14.14".
public static PostgresEngineVersion VER_14_14 { get; }
Property Value
VER_14_15
Version "14.15".
public static PostgresEngineVersion VER_14_15 { get; }
Property Value
VER_14_16
Version "14.16".
public static PostgresEngineVersion VER_14_16 { get; }
Property Value
VER_14_17
Version "14.17".
public static PostgresEngineVersion VER_14_17 { get; }
Property Value
VER_14_2
(deprecated) Version "14.2".
public static PostgresEngineVersion VER_14_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_3
(deprecated) Version "14.3".
public static PostgresEngineVersion VER_14_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_4
(deprecated) Version "14.4".
public static PostgresEngineVersion VER_14_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_5
(deprecated) Version "14.5".
public static PostgresEngineVersion VER_14_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_6
(deprecated) Version "14.6".
public static PostgresEngineVersion VER_14_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_7
(deprecated) Version "14.7".
public static PostgresEngineVersion VER_14_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_8
(deprecated) Version "14.8".
public static PostgresEngineVersion VER_14_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_9
(deprecated) Version "14.9".
public static PostgresEngineVersion VER_14_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15
Version "15" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_15 { get; }
Property Value
VER_15_10
Version "15.10".
public static PostgresEngineVersion VER_15_10 { get; }
Property Value
VER_15_11
Version "15.11".
public static PostgresEngineVersion VER_15_11 { get; }
Property Value
VER_15_12
Version "15.12".
public static PostgresEngineVersion VER_15_12 { get; }
Property Value
VER_15_2
(deprecated) Version "15.2".
public static PostgresEngineVersion VER_15_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_3
(deprecated) Version "15.3".
public static PostgresEngineVersion VER_15_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_4
(deprecated) Version "15.4".
public static PostgresEngineVersion VER_15_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_5
(deprecated) Version "15.5".
public static PostgresEngineVersion VER_15_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_6
(deprecated) Version "15.6".
public static PostgresEngineVersion VER_15_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_7
Version "15.7".
public static PostgresEngineVersion VER_15_7 { get; }
Property Value
VER_15_8
Version "15.8".
public static PostgresEngineVersion VER_15_8 { get; }
Property Value
VER_15_9
Version "15.9".
public static PostgresEngineVersion VER_15_9 { get; }
Property Value
VER_16
Version "16" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_16 { get; }
Property Value
VER_16_1
(deprecated) Version "16.1".
public static PostgresEngineVersion VER_16_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_16_2
(deprecated) Version "16.2".
public static PostgresEngineVersion VER_16_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_16_3
Version "16.3".
public static PostgresEngineVersion VER_16_3 { get; }
Property Value
VER_16_4
Version "16.4".
public static PostgresEngineVersion VER_16_4 { get; }
Property Value
VER_16_5
Version "16.5".
public static PostgresEngineVersion VER_16_5 { get; }
Property Value
VER_16_6
Version "16.6".
public static PostgresEngineVersion VER_16_6 { get; }
Property Value
VER_16_7
Version "16.7".
public static PostgresEngineVersion VER_16_7 { get; }
Property Value
VER_16_8
Version "16.8".
public static PostgresEngineVersion VER_16_8 { get; }
Property Value
VER_17
Version "17" (only a major version, without a specific minor version).
public static PostgresEngineVersion VER_17 { get; }
Property Value
VER_17_1
Version "17.1".
public static PostgresEngineVersion VER_17_1 { get; }
Property Value
VER_17_2
Version "17.2".
public static PostgresEngineVersion VER_17_2 { get; }
Property Value
VER_17_3
Version "17.3".
public static PostgresEngineVersion VER_17_3 { get; }
Property Value
VER_17_4
Version "17.4".
public static PostgresEngineVersion VER_17_4 { get; }
Property Value
VER_9_6_24
(deprecated) Version "9.6.24".
public static PostgresEngineVersion VER_9_6_24 { get; }
Property Value
Remarks
Stability: Deprecated
Methods
Of(String, String, IPostgresEngineFeatures)
Create a new PostgresEngineVersion with an arbitrary version.
public static PostgresEngineVersion Of(string postgresFullVersion, string postgresMajorVersion, IPostgresEngineFeatures postgresFeatures = null)
Parameters
- postgresFullVersion System.String
the full version string, for example "13.11".
- postgresMajorVersion System.String
the major version of the engine, for example "13".
- postgresFeatures IPostgresEngineFeatures
the full version string, for example "13.11".
Returns