Skip to content

Commit 7c65e66

Browse files
authored
Allow installation without superuser (#712)
1 parent 1843058 commit 7c65e66

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

pgml-extension/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
edition = "2021"
55

66
[lib]

pgml-extension/pgml.control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ comment = 'pgml: Created by the PostgresML team'
22
default_version = '@CARGO_VERSION@'
33
module_pathname = '$libdir/pgml'
44
relocatable = false
5-
superuser = false
5+
superuser = true
66
schema = 'pgml'
7+
trusted = true

pgml-extension/sql/pgml--2.5.1--2.5.2.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)