Re: problems restoring a dump : CREATE CAST? (postgis)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pedro Salazar <pedro-b-salazar(at)ptinovacao(dot)pt>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: problems restoring a dump : CREATE CAST? (postgis)
Date: 2003-04-10 14:19:09
Message-ID: 3775.1049984349@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Pedro Salazar <pedro-b-salazar(at)ptinovacao(dot)pt> writes:
> The following lines are the errors I'm getting when restoring the dump
> file:
> ERROR: parser: parse error at or near "." at character 20

This is a backend bug --- the grammar isn't prepared to accept qualified
type names in CREATE CAST. There is a fix in CVS for 7.3.3, or for the
moment you could just edit out "public." in the dump's CREATE CAST
commands.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Radu-Adrian Popescu 2003-04-10 14:42:22 Re: Programms working on a PostgreSQL database written in C++?
Previous Message hetzel.devel 2003-04-10 13:44:57 Programms working on a PostgreSQL database written in C++?