On Wed, Jun 9, 2010 at 5:47 AM, Federico Capoano
<nemesis.des...@libero.it> wrote:
> Hello to all,
>
> I just upgraded to revision 13336, I tried then to add a post on my
> blog but I got an error. I tried then to save any other object in the
> admin but I get always the same error:
>
> "DatabaseError: function pg_get_serial_sequence("unknown", "unknown")
> does not exist
> HINT:  No function matches the given name and argument types. You may
> need to add explicit type casts."

The call to pg_get_serial_sequence() was added recently, so for some reason,

The most obvious possible reason -- what version of Postgres are you
using? Very old (pre-8.0) Postgres doesn't have the
pg_set_serial_sequence() function defined.

Failing that, we'll need to do some more investigation; Can you
provide any other details of your setup that will help us narrow down
the problem?

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to