Re: Migrating from mysql.

From: Giles Lean <giles-pgsql(at)nemeton(dot)com(dot)au>
To: Joe Karthauser <joe(at)pavilion(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating from mysql.
Date: 2000-05-24 18:58:48
Message-ID: 14266.959194728@nemeton.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mon, 15 May 2000 23:04:48 +0100 Joe Karthauser wrote:

> And last but not least I'm used to using the 'desc tablename' sql command
> to show the structure of a table within MySQL. How do I do the same in
> PostgreSQL.

In psql "\i tablename". Check out \? or the documentation for all the
different backslash commands. You might want \z for access
permissions as well.

Regards,

Giles

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message planx plnetx 2000-05-24 18:58:55 Postgres Instability
Previous Message Charlie Derr 2000-05-24 18:29:09 RE: