Alejandro Fernandez <[EMAIL PROTECTED]> writes:
> I suspected that the access guidelines broke the SQL standard! Thanks
> for the information. Is there a standards compliant naming convention I
> can use as an alternative in future?

You can use mixed case if you want --- you just have to be absolutely
consistent about whether you double-quote the names or not.

                FooBar  is the same as          foobar
                FooBar  is NOT the same as      "FooBar"

You can write 'em with quotes if you want, or without if you want,
but you have to do it the same way all the time.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to