PostgreSQL field name and table name case-sensitive issues

Source: Internet
Author: User
Tags lowercase postgresql

When creating a table, the table name and field name must be all lowercase , and then the query will not be error-able, either full-capitalization or full-lowercase, or camel mode. As long as there are uppercase letters in the name, or all uppercase, the query must be cased correctly and wrapped in double quotation marks, otherwise it will be reported "XXX does not exist" error: "... does not exist"

Names such as views, stored procedures, indexes, foreign keys, and triggers are not tested, but the feeling should apply to all objects.

PS. After this processing, the camel-written attribute name in the Codefirst code in EntityFramework will be reported as a "nonexistent" error when queried, and it needs to be resolved manually by [Column ("lowercase name")].

PostgreSQL field name and table name case-sensitive issues

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.