Re: ERROR: relation "default_cols" does not exist

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: ERROR: relation "default_cols" does not exist
Дата
Msg-id 5d40dea45a9537b0cf4b1d8a2dca02cf@pgedit.com
обсуждение исходный текст
Ответ на ERROR: relation "default_cols" does not exist  ("David Sadler" <david@dicapp.com>)
Список pgsql-novice
David,

On May 26, 2005, at 1:21 PM, David Sadler wrote:

>
> Where did the service install actally place the pgsql data folder that
> is holding the created databases?

The default is C:\Program Files\PostgreSQL\8.0\data

> How do I logon directly to the test db using psql.exe without
> modifying its target path?

One option is to navigate to the postgresql bin directory and then
enter the psql command. Another is to add the bin directory to your
PATH variable.

> Why am I not able to select from the test db table I created with
> getting the
>  ERROR: relation "default_cols" does not exist?

Connect via psql and enter the command \dt to see a list of tables in
the database. If it does not answer your question, show the output with
the error and ask again.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unable to Delete a Row
Следующее
От:
Дата:
Сообщение: Carriage Returns Disappearing