On Wed, Mar 02, 2011 at 06:31:57PM +0000, Michael Black wrote: > > Ok. I have been working with databases a few years but my first real venture > in to PostgreSql. I just want a plain simple index regardless if there are > duplicates or not. How do I accomplish this in PostgreSql? >
CREATE INDEX? A -- Andrew Sullivan [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
