Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion postgis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You should see `postgis`, `postgis_raster` (and so on) listed among the installe

### 4. Verify OS dependencies are properly satisfied

PostGIS requires several OS dependencies that are being provided via the `/system` directory.
PostGIS requires several OS dependencies that are being provided via the `system` directory.
CloudNativePG makes them available to PostgreSQL by adding the directory to LD_LIBRARY_PATH for the PostgreSQL process.

To verify that all PostGIS shared libraries requirements are being properly satisfied,
Expand Down
2 changes: 1 addition & 1 deletion postgis/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata = {
shared_preload_libraries = []
extension_control_path = []
dynamic_library_path = []
ld_library_path = ["/system"]
ld_library_path = ["system"]
auto_update_os_libs = true
required_extensions = []

Expand Down
Loading