Re: Create index syntax error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Create index syntax error
Дата
Msg-id 2879.1196315826@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Create index syntax error  ("Chris Velevitch" <chris.velevitch@gmail.com>)
Список pgsql-general
"Chris Velevitch" <chris.velevitch@gmail.com> writes:
> I'm using 7.4 and pgAdmin 1.8 and I don't see why this simple command
> has a syntax error:-

> LINE 1: EXPLAIN create index job_approver1_idx on jobs (approver1_id)

CREATE INDEX isn't an explain-able operation, because it doesn't
have a plan.

            regards, tom lane

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: Create index syntax error
Следующее
От: "Chris Velevitch"
Дата:
Сообщение: Why upgrade?