sorry for my strictness. My problem is with type tsvector.
I have table in my schema with column of tsvector type. During importing
dump.dat (with psql database < dump.dat) postgresql returns:
ERROR: type "tsvector" does not exist
It is because declaration of tsvector is after declaration of table with
tsvector column...
That patch is for procefures... Or there is some other problems...
I am using 7.4.2 on cygwin.
thanks, hlavki