You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ public class DefaultProviderIntegrationTest {
262
262
}
263
263
```
264
264
265
-
#### Changing the version of postgres binaries
265
+
#### Changing the version of postgres binaries[](#database-providers)
266
266
267
267
The version of the binaries can be managed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section.
268
268
@@ -319,7 +319,7 @@ A list of all available versions of postgres binaries is here: https://mvnreposi
319
319
320
320
Note that the release cycle of the postgres binaries is independent of the release cycle of this library, so you can upgrade to a new version of postgres binaries immediately after it is released.
321
321
322
-
#### Enabling support for additional architectures
322
+
#### Enabling support for additional architectures[](#database-providers)
323
323
324
324
By default, only the support for `amd64` architecture is enabled.
325
325
Support for other architectures can be enabled by adding the corresponding Maven dependencies as shown in the example below.
@@ -339,7 +339,7 @@ Note that not all architectures are supported by all platforms, look here for an
339
339
340
340
Since `PostgreSQL 10.0`, there are additional artifacts with `alpine-lite` suffix. These artifacts contain postgres binaries for Alpine Linux with disabled [ICU support](https://blog.2ndquadrant.com/icu-support-postgresql-10/) for further size reduction.
0 commit comments