On Mar 24, 12:33 pm, akaariai <[email protected]> wrote:
> On Mar 24, 9:07 pm, EAMiller <[email protected]> wrote:
>
> > er-ca=# select * from er_utility where id > 6;
> >  id | modified_by_id | created_by_id |          modified_on
> > |          created_on           | name  | abbr | contact_id
> > ----+----------------+---------------+-------------------------------
> > +-------------------------------+-------+------+------------
> >   7 |             11 |            11 | 2011-03-24 12:02:04.341317-07 |
> > 2011-03-24 12:02:04.341004-07 | Test1 | T1   |
> >   8 |             11 |            11 | 2011-03-24 12:03:10.472508-07 |
> > 2011-03-24 12:03:10.472456-07 | Test2 | T2   |
>
> > Any ideas what is going on here?
>
> What does select pg_get_serial_sequence('er_utility', 'id') return?
>

er-ca=# select pg_get_serial_sequence('er_utility', 'id');
 pg_get_serial_sequence
------------------------

(1 row)

-- 
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.

Reply via email to