# This code is a part of Slash, and is released under the GPL. # Copyright 1997-2001 by Open Source Development Network. See README # and COPYING for more information, or see http://slashcode.com/. # $Id: PostgreSQL.pm,v 1.2.2.3 2001/07/30 23:33:21 jamie Exp $ package Slash::DB::Static::PostgreSQL; use strict; use vars qw($VERSION); use Slash::Utility; use base 'Slash::DB::PostgreSQL'; use base 'Slash::DB::Static::MySQL'; ($VERSION) = ' $Revision: 1.2.2.3 $ ' =~ /\$Revision:\s+([^\s]+)/; # FRY: Whoa, slow down. You're going a mile a minute. 1; __END__ =head1 NAME Slash::DB::Static::PostgreSQL - PostgreSQL Interface for Slash =head1 SYNOPSIS use Slash::DB::Static::PostgreSQL; =head1 DESCRIPTION No documentation yet. Sue me. =head1 SEE ALSO Slash(3), Slash::DB(3). =cut