Re: changing sequence in serial field

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Julius Tuskenis <julius(at)nsoft(dot)lt>
Cc: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: changing sequence in serial field
Date: 2008-07-04 15:49:56
Message-ID: 23310.1215186596@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Julius Tuskenis <julius(at)nsoft(dot)lt> writes:
> b_prekes_br_kodas_pbk_id_seq1 was created automatically creating serial field and is in some way connected to it. Thats why I get error saying "...column pbk_id requires it." Any way I can't find a way to find and alter this dependency.

It's a row in pg_depend. In 8.2 and up you can create/delete the row
with ALTER SEQUENCE OWNED BY, but in earlier releases you'd have to do
it manually.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jessica Richard 2008-07-04 16:00:06 How many table scans in a delete...
Previous Message Achilleas Mantzios 2008-07-04 14:43:48 Re: how to get fy info from the parent table