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

Commite037c35

Browse files
author
Thomas G. Lockhart
committed
Update for modified quoting style in some error messages.
1 parentbe74113 commite037c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/expected/errors.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ select
33
select * from nonesuch;
44
WARN:parser: parse error at or near "select"
55
QUERY: select nonesuch from pg_database;
6-
WARN:attribute"nonesuch" not found
6+
WARN:attribute'nonesuch' not found
77
QUERY: select * from pg_database where nonesuch = pg_database.datname;
8-
WARN:attribute"nonesuch" not found
8+
WARN:attribute'nonesuch' not found
99
QUERY: select * from pg_database where pg_database.datname = nonesuch;
10-
WARN:attribute"nonesuch" not found
10+
WARN:attribute'nonesuch' not found
1111
QUERY: select distinct on foobar from pg_database;
1212
WARN:parser: parse error at or near "from"
1313
QUERY: select distinct on foobar * from pg_database;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp