Skip to content

Commit e037c35

Browse files
author
Thomas G. Lockhart
committed
Update for modified quoting style in some error messages.
1 parent be74113 commit e037c35

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy