=begin = Synopsis require pgsession.rb aSession = CGI::Session.new( aCGI, 'database_manager' => CGI::Session::PostgreSQL, < aHash >* ) value = aSession[key] aSession[key] = value aSession.delete aSession.update = Copyright Copyright 2002 by Stephen P. Schaefer. All rights reserved. Your use of this software is governed by the terms of the GNU Lesser General Public License, Version 2.1, February 1999. = Description This file extends the class (({CGI::Session})) to support a PostgreSQL backend. It requires (({ruby-postgres})) from noborus@zetabits.com. It will be persistent in the same way that (({CGI::Session::FileStore})) is, but uses a postgres database named (({web})) with two tables defined as follows: #!/bin/sh /usr/bin/psql web <