On Tue, May 13, 2008 at 8:00 PM, MilesTogoe <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > >>> import web
> > >>> db=web.database(**{'user': 'XXX', 'host': 'XXXX', 'db': 'XX',
> > 'pw': 'XXXXX', 'dbn': 'postgres'})
> > >>> db.query('select * from users limit 1')
> > Aborted
> >
>
> it sounds like a problem with your postgres setup. Depending upon on
> how you upgraded, you may have destroyed some of the postgres password
> or rights tables - have you tried to select or upgrade any of the data
> from just the command line using postgres ?
the server running postgres is still the same.. i did not upgrade the data
base server. ... i ve upgraded only the application server.
how to get more information on why it is aborting? is there some sort of
debug info to get.. am really stuck here!
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---