Re: PostgreSQL No Longer Handles Mixed Case Sequences

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brian Harris <brian(at)harris-piper(dot)freeserve(dot)co(dot)uk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PostgreSQL No Longer Handles Mixed Case Sequences
Date: 2002-11-15 23:18:31
Message-ID: 2658.1037402311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Brian Harris <brian(at)harris-piper(dot)freeserve(dot)co(dot)uk> writes:
> id | integer | not null default nextval('T_Joint_id_seq'::text)

This default is wrong --- it should be
nextval('"T_Joint_id_seq"'::text)
Note the quotes.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philip Warner 2002-11-16 02:37:04 Re: Bug in pg_dump
Previous Message Tom Lane 2002-11-15 23:11:37 Re: Can't drop / access / or create database