disappearing tables

Поиск
Список
Период
Сортировка
От paul butler
Тема disappearing tables
Дата
Msg-id T5cb41fcda3ac1785b31cb@pcow057o.blueyonder.co.uk
обсуждение исходный текст
Ответы Re: disappearing tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Dear List
I've just pg_dumped a database (data and description  from version
7.13 and loaded into a blank local database ( I'm using cygwin ,
pg7.2) using psql  \i. I've got php pages accessing it and everything
is sweet, however in psql I can't view some of the tables, after a
select I get is:
less: not found
\d shows all the tables are there and vacuum shows  the data is
also. I've stopped and restarted but to no avail
Also when I try to drop and create under the same name, I get the
original dbase back. eg
Drop database wage;
Create database wage;
Returns the dropped database, not a blank one.
What am I doing wrong?
TIA
Paul Butler

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

Предыдущее
От: douggorley@shaw.ca
Дата:
Сообщение: How do I access the 'n'th point in a path?
Следующее
От: "Jules Alberts"
Дата:
Сообщение: pg_restore problem