Hello Tom,
It(inidb.err) shows error as follows...........
____________________________________________________________________________
_________________
DEBUG: Typ == NULL, typeindex = 11
DEBUG: -> 1184
DEBUG: inserted
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)"
DEBUG: proc_exit(1)
DEBUG: shmem_exit(1)
DEBUG: exit(1)
initdb failed.
____________________________________________________________________________
___________________
How to overcome this.
Advance thanks.
Regards,
-Kanchana
> "kanchana" <pkkanchana@gmx.net> writes:
> > creating template1 database in /opt/postgresql/data/base/1...
> > initdb failed.
>
> Try it as
> initdb -d [other options as before] 2>initdb.err
> initdb.err will probably be voluminous, but show us the last
> couple dozen lines.
>
> regards, tom lane
>