Re: relation "sql_features" does not exist - Mailing list pgsql-general

From Michael Fuhr
Subject Re: relation "sql_features" does not exist
Date
Msg-id 20041211204549.GA42565@winnie.fuhr.org
Whole thread Raw
In response to relation "sql_features" does not exist  ("Elnaz Shafipour" <shafipour.elnaz@yamazar.com>)
List pgsql-general
On Tue, Dec 07, 2004 at 10:42:29AM +0330, Elnaz Shafipour wrote:

> I want to create database in postgreSQL but I get the following error:
> relation "sql_features" does not exist.

How are you creating the database, and is that the operation that
fails or do you get the error when doing something after you've
created the database?  Please copy & paste the exact commands you're
running and the output.

What version of the client are you running?  The startup banner
should say, or you can run "psql --version" (or "createdb --version"
if that's what you're running).

What version of the server are you running?  You can find out by
executing the query "SELECT version();".

> As I look for solving this problem I find out that I should
> add information_schema to the shema search path.
> but I don't kow how!

Let's find out what the problem is before attempting a solution
that may or may not be appropriate or necessary.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Clodoaldo Pinto
Date:
Subject: Re: postgresql and javascript
Next
From: Karsten Hilbert
Date:
Subject: Re: Questions on stored-procedure best practices