Re: ownership of sequences

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris <pggeneral(at)designmagick(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ownership of sequences
Date: 2002-10-24 02:20:55
Message-ID: 7923.1035426055@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris <pggeneral(at)designmagick(dot)com> writes:
> Is there an easy way to alter the owner of a sequence or does it have to be
> created by the right user in the first place ?

ALTER TABLE ... OWNER ... works fine.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ludwig Lim 2002-10-24 04:10:32 Simulating a SELECT..FOR UPDATE to LOCK and SELECT statement
Previous Message Paulo Henrique Baptista de Oliveira 2002-10-24 01:36:31 2 questions