Re: [HACKERS] alter_table.sql

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: [HACKERS] alter_table.sql
Дата
Msg-id 20000307172215.M9329@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Re: [HACKERS] alter_table.sql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] alter_table.sql
Список pgsql-hackers
On Tue, Mar 07, 2000 at 12:01:29PM -0500, Tom Lane wrote:
> Ah so.  I think you mentioned before that you were seeing trouble with
> VACUUM ANALYZE --- we need to find out what the problem is.  What
> platform are you on, and what are you seeing exactly?

When I mentioned it Bruce said "works for me" => I assume it is netbsd
specific => I should fix it! The symptom is, if I say
vacuum analyze <tablename>, I get

NOTICE:  Vacuum: table not found
VACUUM

If I omit the tablename, vacuum analyze works. I have been rather pressed
for time, so all I can say is the notice comes from line 360 of
src/backend/commands/vacuum.c...

Cheers,

Patrick


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] alter_table.sql
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: SCHEMA support (was Re: DROP TABLE inside a transaction block)