Could you provide a test suite?
John DeSoi wrote:
Hi,
I'm trying to dump and restore a copy of a database in the same cluster.
pg_restore would abort when creating a tsearch2 gist index. So I dumped
to text removed the CREATE INDEX commands and tried to do that at the
end after the rest of t
Hi,
I'm trying to dump and restore a copy of a database in the same
cluster. pg_restore would abort when creating a tsearch2 gist index.
So I dumped to text removed the CREATE INDEX commands and tried to do
that at the end after the rest of the database was loaded. I still
have the same p