Update for modified quoting style in some error messages.
authorThomas G. Lockhart
Thu, 30 Oct 1997 16:53:51 +0000 (16:53 +0000)
committerThomas G. Lockhart
Thu, 30 Oct 1997 16:53:51 +0000 (16:53 +0000)
src/test/regress/expected/errors.out

index 8e168e6cba61e1057a04021649ebe465493943fe..ee26d461f7a41dfd71d7708826f4ced4b8993ac3 100644 (file)
@@ -3,11 +3,11 @@ select
 select * from nonesuch;
 WARN:parser: parse error at or near "select"
 QUERY: select nonesuch from pg_database;
-WARN:attribute "nonesuch" not found
+WARN:attribute 'nonesuch' not found
 QUERY: select * from pg_database where nonesuch = pg_database.datname;
-WARN:attribute "nonesuch" not found
+WARN:attribute 'nonesuch' not found
 QUERY: select * from pg_database where pg_database.datname = nonesuch;
-WARN:attribute "nonesuch" not found
+WARN:attribute 'nonesuch' not found
 QUERY: select distinct on foobar from pg_database;
 WARN:parser: parse error at or near "from"
 QUERY: select distinct on foobar * from pg_database;