Re: Re: MySQLs Describe emulator!

From: Michelle Murrain <mpm(at)norwottuck(dot)com>
To: Boulat Khakimov <boulat(at)inet-interactif(dot)com>, Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: MySQLs Describe emulator!
Date: 2001-03-06 15:29:23
Message-ID: 01030610292300.01441@chicago.murrain.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Tuesday 06 March 2001 10:19 am, Boulat Khakimov wrote:
> Karel Zak wrote:
> > > On Tue, Mar 06, 2001 at 09:14:54AM -0500, Boulat Khakimov wrote:
> > >
> > > Tom Lane wrote:
> > > > Boulat Khakimov <boulat(at)inet-interactif(dot)com> writes:
> > > > > Here is a nifty query I came up with
> > > > > that provides a detailed information on any row of any table.
> > > > > Something that is build into mySQL (DESC tablename fieldname)
> > > > > but not into PG.
> > > >
> > > > Er, what's wrong with psql's "\d table" ?
> > >
> > > 2) as a programmer I need to be able to find out as much info as
> > > possible about any given field
> > > which is what "describe" for in mySQL.
> >
> > As a programmer you can see psql source and directly found how SQL
> > query execute this tool. The PostgreSQL needn't non-standard statements
> > like MySQL's SHOW, DESC -- the postgreSQL has system catalogs.
> >
> > Karel
>
> Agreed! Why make someones life easier??
> Let's complicate things as much as possible that way it's more
> fun,right? ;o)
>
> Dont understand how this works? No problem -- just read the source
> code.
> Dont understand how to get that to work? Not a problem -- read the
> source code!
>
> The only problem tho, the source codes tend to be thousands of lines
> when it comes
> to DBs and time is ...

And, further, some of us are web programmers, and the source code doesn't
help one whit in getting DATA that one needs to do stuff on the front end,
like data entry validation.

Thanks much Boulat - you made the coding for my robust validator a lot easier
to write and read... and it works well, too!

Michelle
------------
Michelle Murrain, Ph.D.
President
Norwottuck Technology Resources
mpm(at)norwottuck(dot)com
http://www.norwottuck.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alfred Perlstein 2001-03-06 15:29:45 Re: Re: MySQLs Describe emulator!
Previous Message Boulat Khakimov 2001-03-06 15:19:13 Re: Re: MySQLs Describe emulator!

Browse pgsql-sql by date

  From Date Subject
Next Message Alfred Perlstein 2001-03-06 15:29:45 Re: Re: MySQLs Describe emulator!
Previous Message Markus Wagner 2001-03-06 15:29:21 platform independend db access?