Re: Perl::DBI and TYPE of column

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Matthias Apitz <guru(at)unixarea(dot)de>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Perl::DBI and TYPE of column
Date: 2020-03-03 16:23:46
Message-ID: 20200303162346.GA28789@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Matthias Apitz (guru(at)unixarea(dot)de):

> My question here is: How I could get a copy of the document
> ftp://sqlstandards.org/SC32/SQL_Registry/

Methinks that the most interesting constants of that are already in
DBI (export tag sql_types) - man DBI, /sql_types. Is that the data
you're looking for? Also look at DBD::Pg, pg_types.

Regards,
Christoph

--
Spare Space

In response to

Browse pgsql-general by date

  From Date Subject
Next Message stan 2020-03-03 17:39:01 Examing cotets of NEW & OLD in a function programed in perl
Previous Message Adrian Klaver 2020-03-03 16:09:57 Re: Perl::DBI and TYPE of column