Re: Strange errors from 9.2.1 and 9.2.2 (I hope I'm missing something obvious)

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: David Gould <daveg(at)sonic(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Strange errors from 9.2.1 and 9.2.2 (I hope I'm missing something obvious)
Date: 2012-12-12 01:58:58
Message-ID: CAK3UJRGucru9rkdF3Vqmt35PJkS4c9eZZHpCCiRQJcB6ueH1KA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 11, 2012 at 6:01 PM, David Gould <daveg(at)sonic(dot)net> wrote:
>
> I'm sure I've had a stroke or something in the middle of the night and just
> didn't notice, but I'm able to reproduce the following on three different
> hosts on both 9.2.1 and 9.2.2. As far as I know the only difference between
> these queries is whitespace since I just up-arrowed them in psql and
> deleted a space or <lf>. And as far as I can tell none of these errors are
> correct.
>
> Complete transcript, freshly started 9.2.2.
>
> dg(at)jekyl:~$ psql
> psql (9.2.2)
> Type "help" for help.
>
> dg=# CREATE TABLE t (
> i INTEGER,
> PRIMARY KEY (i)
> );
> ERROR: type "key" does not exist
> LINE 3: PRIMARY KEY (i)

Hrm, although I didn't see such characters in your above text, perhaps
you have some odd Unicode characters in your input. For example, the
attached superficially similar input file will generate the same error
message for me. (The odd character in my input is U+2060, 'Word
Joiner', encoded 0xE2 0x81 0xA0.)

Josh

Attachment Content-Type Size
test.sql application/octet-stream 102 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joachim Wieland 2012-12-12 02:05:51 Re: Logical decoding & exported base snapshot
Previous Message Greg Smith 2012-12-12 01:43:30 Re: Timing events WIP v1