Re: How to do this in pgsql?

From: "Michael A(dot) Chase" <mchase(at)ix(dot)netcom(dot)com>
To: <pgsql-sql-owner+M349(at)hub(dot)org>, "Larry ganga giri" <linuxfan(at)england(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: How to do this in pgsql?
Date: 2000-04-20 10:29:48
Message-ID: 004301bfaab3$6b4f99f0$37598989@ca.boeing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Run 'perldoc DBI' and 'perldoc DBD::Pg' to read the fine manuals to see how
to do this under DBI. I'm sure Postgress has some fine manuals, too.

Describe is a SQL*Plus command, not a SQL command.
--
Mac :})
** I may forward private database questions to the DBI mail lists. **
----- Original Message -----
From: "Larry ganga giri" <linuxfan(at)england(dot)com>
To: <pgsql-sql-owner+M349(at)hub(dot)org>
Cc: <pgsql-sql(at)postgresql(dot)org>
Sent: Wednesday, April 19, 2000 9:07 PM
Subject: How to do this in pgsql?

> I need to
> *Describe the table structure.
> Tried Desc <tab-name> as in oracle.
> But it failed.
> *Create an user-defined type in pgsql.
>
> can anybody help me pleez?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2000-04-20 13:07:27 Re: Counting distinct names
Previous Message Moray McConnachie 2000-04-20 09:21:12 Re: Re: GROUPING and ORDERING and CONFUSION