Hello Tom,
Thanks a lot for your respone. I treid with new source, again same
probelm.
So i edited postgres.bki file as you sent(missind quotes..). Once i give
quotes as follows..it works fine.
i.e.
in .bki file,
for ex..
insert OID = 1176 ( timestamptz 11 1 14 f f t f s 2 1184 "1082 1083select
timestamptz($1 + $2)" - _null_ ) ----------TO --------------->
insert OID = 1176 ( timestamptz 11 1 14 f f t f s 2 1184 "1082 1083" "select
timestamptz($1 + $2)" - _null_ )
One simple Q!, now no problem, postgresql works fine.
* is there any problem with the 'sed' or 'awk' installed on my
machine(made me to edit .bki file)
* i builded wih --with-krb5, how to test krb5 authentication to find whether
it works fine or not. plz point me any link or steps.
Thanks and Regards,
-Kanchana
> "kanchana" <pkkanchana@gmx.net> writes:
> > It(inidb.err) shows error as follows...........
>
> > DEBUG: inserting column 11 value '1082 1083select timestamptz($1 + $2)'
> > DEBUG: Typ == NULL, typeindex = 15
> > ERROR: oidvectorin: error in "select timestamptz($1 + $2)": can't parse
> > "select timestamptz($1 + $2)"
>
> Hm. There seems to be something wrong with your postgres.bki file. It
> looks like initdb is working on what should be this line:
>
> insert OID = 1176 ( timestamptz 11 1 14 f f t f s 2 1184 "1082 1083"
"select timestamptz($1 + $2)" - _null_ )
>
> but for some reason the two separate columns "1082 1083" and "select
timestamptz($1 + $2)"
> have gotten run together. You should look at the .bki file to confirm
> that there is something wrong with it and not with the initdb code; but
> assuming that the file is misconstructed, I'd have to guess there is a
> problem with the 'sed' or 'awk' installed on your machine, because those
> programs are what are used to construct it.
>
> Another possibility is that you have a corrupted download of Postgres,
> with some error in the source file (include/pg_proc.h) that generates
> this .bki entry.
>
> regards, tom lane
>