Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7c65e66

Browse files
authored
Allow installation without superuser (#712)
1 parent1843058 commit7c65e66

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 aboutcustomizing 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)

[8]ページ先頭

©2009-2025 Movatter.jp