[PATCHES] Reference by output in : \d

2008-02-24 Thread kenneth d'souza
Hi, Refering to this request http://momjian.us/mhonarc/patches_hold/msg00022.htmlI have created a patch. The output doesn't exaclty match with what is stated here http://momjian.us/mhonarc/patches_hold/msg00023.html. However, it does tell the required details in a similar format. Comments?

[PATCHES] Reference by output in : \d

2008-03-02 Thread kenneth d'souza
With reference to the post http://archives.postgresql.org/pgsql-patches/2008-02/msg00104.phpand as stated by -hackers and -patchers, I am submitting the diff -c output as an attachment. Thanks, Kenneth _ Tried the new MSN Messenge

Re: [PATCHES] Reference by output in : \d

2008-04-13 Thread kenneth d'souza
Hi Brendan, Your observation is correct. The indentation is deliberate. The reason is that the (result7,i,3) starts with the word "FOREIGN KEY ". I am using the details that follow after this blurb. All other keywords which are searched in usingpos = strstr(indexdef, " KEYWORD ") , the KEYWO

Re: [PATCHES] Reference by output in : \d

2008-04-16 Thread kenneth d'souza
Hi Brendan, I thought you were referring to the spaces sourrounding the word "FOREIGN KEY" on the last line and hence my explaination was out of place.I am glad that you have corrected the indentation to 4 spaces. Those were unintentional at 2 spaces from myside. However,Why does the word "FO