Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c65e66

Browse filesBrowse files
authored
Allow installation without superuser (#712)
1 parent 1843058 commit 7c65e66
Copy full SHA for 7c65e66

File tree

4 files changed

+4
-3
lines changed
Filter options

4 files changed

+4
-3
lines changed

‎pgml-extension/Cargo.lock

Copy file name to clipboardExpand all lines: pgml-extension/Cargo.lock
+1-1Lines 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

Copy file name to clipboardExpand all lines: pgml-extension/Cargo.toml
+1-1Lines 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

Copy file name to clipboardExpand all lines: pgml-extension/pgml.control
+2-1Lines 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

Copy file name to clipboardExpand all lines: pgml-extension/sql/pgml--2.5.1--2.5.2.sql
Whitespace-only changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.