Create index syntax error

Поиск
Список
Период
Сортировка
От Chris Velevitch
Тема Create index syntax error
Дата
Msg-id b0a3bf780711282120w13e7757em4b8e1a751c03361@mail.gmail.com
обсуждение исходный текст
Ответы Re: Create index syntax error
Re: Create index syntax error
Список pgsql-general
create index job_approver1_idx on jobs (approver1_id)

I'm using 7.4 and pgAdmin 1.8 and I don't see why this simple command
has a syntax error:-

Query result with 0 rows will be returned.

ERROR:  syntax error at or near "index"
LINE 1: EXPLAIN create index job_approver1_idx on jobs (approver1_id)
                       ^

********** Error **********

ERROR: syntax error at or near "index"
SQL state: 42601
Character: 16


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Error compiling Slony I
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Btree indexes temp copy Was [Re: Cluster using tablespaces?]