Re: [GENERAL] Correct place for feature requests

2015-06-29 Thread Merlin Moncure
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Adrian Klaver
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread John R Pierce
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Алексей Бережняк
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread David G. Johnston
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. >> >

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Alvaro Herrera
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread John R Pierce
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Tom Lane
=?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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Алексей Бережняк
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

Re: [GENERAL] Correct place for feature requests

2015-06-25 Thread Melvin Davidson
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