ERROR: relation "mytable" does not exist

Поиск
Список
Период
Сортировка
От Peter Schonefeld
Тема ERROR: relation "mytable" does not exist
Дата
Msg-id MLEOIJCPDKMMGACMJGHDGEEEGHAA.peter.schonefeld@bigpond.com
обсуждение исходный текст
Ответы Re: ERROR: relation "mytable" does not exist  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
Hi, I'm a postgres newbie trying to convert a small SQL Server database to
postgres 8.0 .

A typical table that i've created looks like this...

CREATE TABLE "Country"
(
  "Id" int2 NOT NULL,
  "Name" varchar(50) NOT NULL,
  CONSTRAINT "PK_Country" PRIMARY KEY ("Id")
)
WITHOUT OIDS;
ALTER TABLE "Country" OWNER TO postgres;
COMMENT ON TABLE "Country" IS 'listing of countries';

If i try SELECT * FROM Country, i get 'ERROR: relation "country" does not
exist.

Also, I'm looking for a good function reference.

Any help would be appreciated.

Regards
Pete



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

Предыдущее
От: samngan@telus.net
Дата:
Сообщение: Cross platform compiling
Следующее
От: Daniel Browning
Дата:
Сообщение: Backup when the database is missing all of the pg_* tables