Re: [HACKERS] alter_table.sql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] alter_table.sql
Дата
Msg-id 20877.952457372@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] alter_table.sql  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Ответы Re: [HACKERS] alter_table.sql
Список pgsql-hackers
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> 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.

Hmm.  Since there have been examples of vacuum analyze <tablename> in
the numeric regress test since 6.5, I'd think we'd have heard about it
if there were any widespread problem ;-).  Perhaps it is a platform
issue, but I suspect you will find there are additional constraints that
explain why no one but you is seeing it.  Please do dig into it ... or,
if you do not have time, you could consider giving one of the other
developers a login on your machine and that person could check it out.
        regards, tom lane


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

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