Re: Perl::DBI and TYPE of column - Mailing list pgsql-general

From Christoph Moench-Tegeder
Subject Re: Perl::DBI and TYPE of column
Date
Msg-id 20200303162346.GA28789@elch.exwg.net
Whole thread Raw
In response to Perl::DBI and TYPE of column  (Matthias Apitz <guru@unixarea.de>)
List pgsql-general
## Matthias Apitz (guru@unixarea.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



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Perl::DBI and TYPE of column
Next
From: stan
Date:
Subject: Examing cotets of NEW & OLD in a function programed in perl