Re: [HACKERS] Modifying update_attstats of analyze.c for C Strings

2014-07-08 Thread Ashoke
Ok, I was able to figure out that when strings contained 'spaces', PostgreSQL appends them with double quotes. On Tue, Jul 8, 2014 at 12:04 PM, Ashoke wrote: > As a follow-up question, > > I found some of the varchar column types, in which the histogram_bounds > are n

Re: [HACKERS] Modifying update_attstats of analyze.c for C Strings

2014-07-07 Thread Ashoke
rounded in double quotes and some are not. Ex : *c_address *column of* Customer *table Why are there such inconsistencies? How is this determined? Thank you. On Tue, Jul 8, 2014 at 10:52 AM, Ashoke wrote: > Hi, > > I am trying to implement a functionality that is similar to ANALYZE,

[HACKERS] Modifying update_attstats of analyze.c for C Strings

2014-07-07 Thread Ashoke
of *nation* table. Could someone point out the problem and suggest a solution? Thank you. -- Regards, Ashoke

Re: [HACKERS] Issue while calling new PostgreSQL command from a Java Application

2014-07-04 Thread Ashoke
array being copied from other _copy* functions. > > > On Fri, Jul 4, 2014 at 10:43 AM, Ashoke wrote: > >> Hi, >> >> -- >> >> I have defined a new command my_command in PostgreSQL. This command >> takes the path of A

[HACKERS] Issue while calling new PostgreSQL command from a Java Application

2014-07-03 Thread Ashoke
olumn name from va_cols. Any help is appreciated. Thanks! -- Regards, Ashoke

Re: [HACKERS] Postgresql XML parsing

2014-03-13 Thread Ashoke
the tags) and I am afraid I would miss out on tags. Thank you. On Thu, Mar 13, 2014 at 5:47 AM, Kyotaro HORIGUCHI < horiguchi.kyot...@lab.ntt.co.jp> wrote: > Hello, > > > On 03/12/2014 09:36 AM, Ashoke wrote: > > > Hi, > > > > > >I am working on

[HACKERS] Postgresql XML parsing

2014-03-12 Thread Ashoke
and some of the functions in those files mention as deprecated. It would be greatly helpful if someone could guide me on this. Thank you. -- Regards, Ashoke