Mysql -> PgSQL

From: "Ray Hunter" <rhunter(at)venticon(dot)com>
To: "PGSQL" <pgsql-general(at)postgresql(dot)org>
Subject: Mysql -> PgSQL
Date: 2002-08-21 18:11:14
Message-ID: 012201c2493e$23de0cb0$330c0a0a@digitalglobe.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to convert a data type in mysql to postgresql and was wondering
which one i would use in pgsql.

the type is "set" (example):

name set( 'val1', 'val2', 'val3' ) NOT NULL DEFAULT 'val2'

How can i do that in pgsql?

RAY HUNTER

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-08-21 18:18:21 Re: Mysql -> PgSQL
Previous Message Bruce Momjian 2002-08-21 17:24:48 Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes