Re: Update with a Repeating Sequence - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: Update with a Repeating Sequence
Date
Msg-id 2f4958ff0810140910g12abb6eib5eb19b9e17fd32b@mail.gmail.com
Whole thread Raw
In response to Update with a Repeating Sequence  (Bill Thoen <bthoen@gisnet.com>)
Responses Re: Update with a Repeating Sequence  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Re: Update with a Repeating Sequence  (Bill Thoen <bthoen@gisnet.com>)
List pgsql-general

alter table foo add newid sequencial;

alter table foo drop field_id;

alter table foo rename newid to field_id;

pgsql-general by date:

Previous
From: Bill Thoen
Date:
Subject: Update with a Repeating Sequence
Next
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: Update with a Repeating Sequence