Re: relation "sql_features" does not exist

From: "Elnaz Shafipour" <shafipour(dot)elnaz(at)yamazar(dot)com>
To: "Michael Fuhr" <mike(at)fuhr(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>, <tavakoli(at)yamazar(dot)com>
Subject: Re: relation "sql_features" does not exist
Date: 2004-12-12 06:56:24
Message-ID: 001e01c4e017$b5d066a0$5500a8c0@khani
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear Mr. Fuhr,

Thank you for prompt follow up.

Fitst of all, I need to remind you that presently we are working on Windows
OS (Windows XP-Professional). The errors occured when installing PostgreSQL
on the above OS.

Upon research I found out that I "MAY" require to install "Cygwin" first and
then install PostgreSQL via its environment. Is this correct?

Before, getting to other details, I want to be sure which way to go.
a. Can PostgreSQL be installed on Windows? Which version of Windows?
b. What is the deal with "Cygwin"? Do we need it at all or not?

Awaiting your advise, I remain.

Regards,
Elnaz

----- Original Message -----
From: "Michael Fuhr" <mike(at)fuhr(dot)org>
To: "Elnaz Shafipour" <shafipour(dot)elnaz(at)yamazar(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>; <tavakoli(at)yamazar(dot)com>
Sent: Sunday, December 12, 2004 12:15 AM
Subject: Re: [GENERAL] relation "sql_features" does not exist

> 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas =?iso-8859-1?q?Sk=E4re?= 2004-12-12 08:32:25 Re: [GENERAL] Query is not using index when it should
Previous Message Tom Lane 2004-12-12 06:33:39 Re: Problems with information_schema