Re: Create index syntax error

From: Chris <dmagick(at)gmail(dot)com>
To: Chris Velevitch <chris(dot)velevitch(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Create index syntax error
Date: 2007-11-29 05:29:08
Message-ID: 474E4E24.5070907@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

You can't explain creating an index.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-29 05:39:30 Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible?
Previous Message Tom Lane 2007-11-29 05:25:43 Re: Btree indexes temp copy Was [Re: Cluster using tablespaces?]