<p>Interesting. So it seems this is a bug with how psycopg2 creates SQL. Perhaps I&#39;ll search around on that. Thanks for everyone&#39;s help!</p>
<div class="gmail_quote">&gt; Hi,<br>&gt; <br>&gt; On Sun, Oct 3, 2010 at 3:25 AM, Rory Brown &lt;<a href="mailto:gozargozarian@gmail.com">gozargozarian@gmail.com</a>&gt; wrote:<br>&gt;&gt; I am having an issue starting out with Storm and PostgreSQL.  I have a<br>
&gt;&gt; simple table called &quot;Users&quot; in the database and have defined my class to<br>&gt;&gt; have _storm_table_ = &quot;Users&quot;.  But, when I attempt to use the class, as it<br>&gt;&gt; used to work in MySQL, I get the error: ProgrammingError: relation &quot;users&quot;<br>
&gt;&gt; does not exist.  It has made my Users table smallcase. How do I fix that?<br>&gt;&gt; What did I do wrong? Used to work fine with MySQL and same case, names, and<br>&gt;&gt; data.<br>&gt; <br>&gt; It looks like you&#39;re experiencing this issue:<br>
&gt; <br>&gt; <a href="http://stackoverflow.com/questions/2774406/psycopg2-doesnt-like-table-names-that-start-with-a-lower-case-letter">http://stackoverflow.com/questions/2774406/psycopg2-doesnt-like-table-names-that-start-with-a-lower-case-letter</a><br>
&gt; <br>&gt; You could try:<br>&gt; <br>&gt;     __storm_table__ = &#39;&quot;Users&quot;&#39;<br>&gt; <br>&gt; I&#39;m not sure if it&#39;ll actually work, but it might.<br>&gt; <br>&gt; Thanks,<br>&gt; J.<br></div>