On Thu, Jun 25, 2015 at 1:59 PM, Алексей Бережняк wrote:
> I think that PostgreSQL is great RDBMS, but one important (for me)
> feature that it missing is case-insensitive identifier quotes
> ([table].[column]) like in Microsoft SQL Server.
>
> I know that there are double quotes, but they are cas
On 06/25/2015 12:52 PM, Алексей Бережняк wrote:
I understand that, but it seem there are no way to use words like
"group", or "case" without enclosing them into double quotes (and
therefore making them case-sensitive).
From here:
https://technet.microsoft.com/en-us/library/ms176027%28v=sql.105
On 6/25/2015 12:33 PM, Alvaro Herrera wrote:
What happens if you have spaces in your identifiers?
either don't do that, or use quoted identifiers and be consistent about
your case.
what if you have spaces in your identifiers in your
java/c/python/perl/php/basic/fortran/etc program? oh wai
I understand that, but it seem there are no way to use words like
"group", or "case" without enclosing them into double quotes (and
therefore making them case-sensitive).
2015-06-25 22:29 GMT+03:00 John R Pierce :
> On 6/25/2015 11:59 AM, Алексей Бережняк wrote:
>>
>> I think that PostgreSQL is gr
On Thu, Jun 25, 2015 at 3:29 PM, John R Pierce wrote:
> On 6/25/2015 11:59 AM, Алексей Бережняк wrote:
>
>> I think that PostgreSQL is great RDBMS, but one important (for me)
>> feature that it missing is case-insensitive identifier quotes
>> ([table].[column]) like in Microsoft SQL Server.
>>
>
John R Pierce wrote:
> On 6/25/2015 11:59 AM, Алексей Бережняк wrote:
> >Or maybe some option that will make double quotes case-insensitive.
>
> the current behavior is compliant with the SQL specification. if you want
> case-insensitive, don't quote the identifiers. if you do quote them, the
On 6/25/2015 11:59 AM, Алексей Бережняк wrote:
I think that PostgreSQL is great RDBMS, but one important (for me)
feature that it missing is case-insensitive identifier quotes
([table].[column]) like in Microsoft SQL Server.
putting names in [ ] is not part of any SQL specification.
I know t
=?UTF-8?B?0JDQu9C10LrRgdC10Lkg0JHQtdGA0LXQttC90Y/Qug==?=
writes:
> Is there any correct place for feature requests?
Starting a thread here is a reasonable way.
regards, tom lane
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to y
I think that PostgreSQL is great RDBMS, but one important (for me)
feature that it missing is case-insensitive identifier quotes
([table].[column]) like in Microsoft SQL Server.
I know that there are double quotes, but they are case-sensitive.
Or maybe some option that will make double quotes cas
Try thhis:
https://postgresql.uservoice.com/forums/21853-general
On Thu, Jun 25, 2015 at 1:03 PM, Алексей Бережняк wrote:
> Good day.
>
> Is there any correct place for feature requests?
>
> Thanks.
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make change
10 matches
Mail list logo