Creating sequences

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Creating sequences
Date: 2000-08-18 18:24:35
Message-ID: 001701c00941$8fbb12a0$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Is it possible to have a sequence (or something like it) when it increments
alpha-numeric?

Say the first value is set at A01 and it will increment to A02, A03 by
default. Also, it would be good if it could be made the primary key.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-08-19 03:27:09 Re: serial field dump bug
Previous Message Graham Vickrage 2000-08-18 17:28:34 RE: sequences in functions