Re: [HACKERS] multibyte-character aware support for function "downcase_truncate_identifier()"

2010-07-25 Thread Rajanikant Chirmade
Since discussion stopped in discussion thread http://archives.postgresql.org/pgsql-bugs/2006-09/msg00128.php Are there any implications of this change in handling identifiers ? Thanks & Regards, Rajanikant Chirmade On Tue, Jul 13, 2010 at 12:10 AM, Rajanikant Chirmade < rajanikan

Re: [HACKERS] multibyte-character aware support for function "downcase_truncate_identifier()"

2010-07-13 Thread Rajanikant Chirmade
On Wed, Jul 7, 2010 at 7:37 PM, Tom Lane wrote: > Rajanikant Chirmade writes: > > Every identifier is downcase & truncated by function > > "downcase_truncate_identifier()" > > before using it. > > > But since the function "downcase_truncate_i

[HACKERS] multibyte-character aware support for function "downcase_truncate_identifier()"

2010-07-06 Thread Rajanikant Chirmade
tion (may be in src/port) from where these can be used with client as well as server. Thanks & Regards, Rajanikant Chirmade. diff --git a/orig/postgresql-9.0beta2/src/backend/parser/scansup.c b/postgresql-9.0beta2/src/backend/parser/scansup.c index 94082f7..179b37e 100644 --- a/orig/postg

Re: [HACKERS] how to use eclipse when debugging postgreSQL backend

2009-09-29 Thread Rajanikant Chirmade
t forked "postgres" process you want to debug 8. Put breakpoint in your function, this is working for me. Hopefully this helps you. Thanks & Regards, Rajanikant Chirmade. 2009/9/28 노홍찬 > Hello hackers, > > > > > > I really appre