diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-05-29 13:22:42 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-05-29 13:22:42 +0000 |
| commit | 3955d6680326b2a3c3a449ff97e7f6f5a44dedf6 (patch) | |
| tree | 491ef989075ce72219e32b5cfa97b44ad0cd4fc9 /src/test/regress/expected/errors.out | |
| parent | f2764eea4246f9df32e59e321e942120308a4b2e (diff) | |
| download | postgresql-3955d6680326b2a3c3a449ff97e7f6f5a44dedf6.tar.gz | |
Add test for UNION.
Add additional tests in strings for conversions of the "name" data type.
Test SQL92 string functions such as SUBSTRING() and POSITION().
Fix geometry tests to reflect code fixed by Gautam.
Update error messages.
Diffstat (limited to 'src/test/regress/expected/errors.out')
| -rw-r--r-- | src/test/regress/expected/errors.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/errors.out b/src/test/regress/expected/errors.out index 92644c7c8f..1add0bcc9c 100644 --- a/src/test/regress/expected/errors.out +++ b/src/test/regress/expected/errors.out @@ -11,7 +11,7 @@ ERROR: attribute 'nonesuch' not found QUERY: select distinct on foobar from pg_database; ERROR: parser: parse error at or near "from" QUERY: select distinct on foobar * from pg_database; -ERROR: The field specified in the UNIQUE ON clause is not in the targetlist +ERROR: All fields in the UNIQUE ON clause must appear in the target list QUERY: delete from; ERROR: parser: parse error at or near ";" QUERY: delete from nonesuch; |
