From: Oliver M. B. <ol...@go...> - 2003-05-14 21:12:37
|
On Wed, May 14, 2003 at 08:52:44PM +0200, Michael Neumann <mne...@nt...> wrote... > What I really had in mind is, to completely separate the DBDs from the DBI > (= different projects). Doing this, updates on single DBDs > would come out much quicker than today it's the case. A first step might be to designate somebody as each DBD's maintainer and if the DBD is much more frequently updated than main DBI, then it could still be separated out. > Can you try the patch with the newest version (1.31) of Pg.rb and tell me if > there are any modifications (i.e. send me the updated patch). Sure. Will do it tomorrow first thing. > I thought types with prefixed _ are basic Postgres types. > Removing the _ types from the type_map do not break programs? According to pg_type's definition at http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=catalog-pg-type.html PostgreSQL-Arrays have a non-zero typelem field containing the type of the elements. Looking into the actual values in my pg_type, it's the _ variants that are arrays and the types without _ are non-array types. -- Oliver M. Bolzer ol...@go... GPG (PGP) Fingerprint = 621B 52F6 2AC1 36DB 8761 018F 8786 87AD EF50 D1FF |