Re: PostgreSQL No Longer Handles Mixed Case Sequences - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PostgreSQL No Longer Handles Mixed Case Sequences
Date
Msg-id 2658.1037402311@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL No Longer Handles Mixed Case Sequences  (Brian Harris <brian@harris-piper.freeserve.co.uk>)
List pgsql-bugs
Brian Harris <brian@harris-piper.freeserve.co.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can't drop / access / or create database
Next
From: Philip Warner
Date:
Subject: Re: Bug in pg_dump