On Mar 24, 1:35 pm, EAMiller <[email protected]> wrote:
> > er-ca=# alter SEQUENCE er_utility_id_seq OWNED BY er_utility, id; > ERROR: syntax error at or near "," > LINE 1: alter SEQUENCE er_utility_id_seq OWNED BY er_utility, id; > wait, it's er_utility.id ... and that does work! thanks! although it's not clear to me who owned the sequence before. Running \d shows the same owner for those sequences before and after... :\ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

