[NOVICE] Error Relation xxxx does not exist when trying to insert new row

Поиск
Список
Период
Сортировка
От William Colls
Тема [NOVICE] Error Relation xxxx does not exist when trying to insert new row
Дата
Msg-id 1c12ae35-264d-c38a-3d43-0819c50b5c2c@williamcollsassoc.ca
обсуждение исходный текст
Ответы Re: [NOVICE] Error Relation xxxx does not exist when trying to insert new row
Список pgsql-novice

Environment: Kubuntu 16.04 64 bit: Postgresql 9.5.6 installed from repository.

When I try to insert a new row into a table, I am getting the error relation "xxxx" does not exist. However:

  • in psql the command \d shows "xxxx" to be in the public schema of the current database, and owned by the current user.
  • SHOW search_path returns "$user", public
  • The table, and its columns, were created using pgadmin3. A small test table created from within psql works just fine; no error on insert.
  • The properties of the two tables appear to be the same, when viewed in pgadmin3

What am I missing?

I know this is pretty basic, and I should be able to figure it out for myself, but for now it has me beat.

Thanks for your time.

William.


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

Предыдущее
От: Jan Danielsson
Дата:
Сообщение: [NOVICE] Custom order
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [NOVICE] Error Relation xxxx does not exist when trying to insert new row