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

Commitf29baf9

Browse files
committed
Fix quoting in help messages in uuid-ossp extension scripts.
The command we're telling people to type needs to include double-quotingaround the unfortunately-chosen extension name. Twiddle the textualquoting so that it looks somewhat sane. Per gripe from roadrunner6.
1 parent98f58a3 commitf29baf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/uuid-ossp/uuid-ossp--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* contrib/uuid-ossp/uuid-ossp--1.0.sql*/
22

33
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4-
\echo Use"CREATE EXTENSION uuid-ossp" to load this file. \quit
4+
\echo Use'''CREATE EXTENSION"uuid-ossp"''' to load this file. \quit
55

66
CREATEFUNCTIONuuid_nil()
77
RETURNS uuid

‎contrib/uuid-ossp/uuid-ossp--unpackaged--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* contrib/uuid-ossp/uuid-ossp--unpackaged--1.0.sql*/
22

33
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4-
\echo Use"CREATE EXTENSION uuid-ossp" to load this file. \quit
4+
\echo Use'''CREATE EXTENSION"uuid-ossp"''' to load this file. \quit
55

66
ALTER EXTENSION"uuid-ossp" ADD function uuid_nil();
77
ALTER EXTENSION"uuid-ossp" ADD function uuid_ns_dns();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp