View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 11:22 PM
Andreas 'ads' Scherbaum
 
Posts: n/a
Default Re: MySQL to Postgres question


Hello,

On Fri, 21 Mar 2008 12:15:05 -0400 Edward Blake wrote:

> 9 KEY class_id (class_id),
> 10 KEY subclass_id (subclass_id),
> 11 KEY department_id (department_id)


this should create an index, or?
You want to do this later, after table creation.


Kind regards

--
Andreas 'ads' Scherbaum
German PostgreSQL User Group

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply With Quote