[storm] PostgreSQL issue

Fernando Correa Neto fcdoth at gmail.com
Sun Oct 3 03:31:39 BST 2010


Hi

I *think* the name "users" is reserved in postgresql but I may be wrong.
You could try to use __storm_table__ = "`Users`" but I'm not sure if
storm is going to allow you to get away with it. Worth trying though.

Regards,

On Sat, Oct 2, 2010 at 11:25 PM, Rory Brown <gozargozarian at gmail.com> wrote:
> I am having an issue starting out with Storm and PostgreSQL.  I have a
> simple table called "Users" in the database and have defined my class to
> have _storm_table_ = "Users".  But, when I attempt to use the class, as it
> used to work in MySQL, I get the error: ProgrammingError: relation "users"
> does not exist.  It has made my Users table smallcase. How do I fix that?
> What did I do wrong? Used to work fine with MySQL and same case, names, and
> data.
>
> Thanks!
> Rory
> --
> storm mailing list
> storm at lists.canonical.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/storm
>
>



More information about the storm mailing list