# HG changeset patch # User Raimund Renkert # Date 1567150159 -7200 # Node ID 6b415dcdaf8afce069cb0261c41cffbcbf352d4a # Parent 4d5cd3b5775ade61ae6e138ac00dcdf8032409b7 Let the geoserver expose primary keys for features. diff -r 4d5cd3b5775a -r 6b415dcdaf8a pkg/geoserver/boot.go --- a/pkg/geoserver/boot.go Fri Aug 30 09:25:13 2019 +0200 +++ b/pkg/geoserver/boot.go Fri Aug 30 09:29:19 2019 +0200 @@ -173,6 +173,7 @@ {"passwd", config.DBPassword()}, {"dbtype", databaseType}, {"Primary key metadata table", primaryKeyMetadataTbl}, + {"Expose primary keys", true}, {"Session startup SQL", startupSQL}, {"Session close-up SQL", closeupSQL}, {"validate connections", true},