• Publicity: Public Only All

01-database-procs-postgresql.tcl

Postgres-specific database API and utility procs.

Location:
packages/acs-tcl/tcl/01-database-procs-postgresql.tcl
Created:
15 Apr 2000
Author:
Jon Salz <jsalz@arsdigita.com>
CVS Identification:
$Id: 01-database-procs-postgresql.tcl,v 1.1.2.1 2019/07/17 17:44:11 hectorr Exp $

Procedures in this file

Detailed information

[ hide source ] | [ make this the default ]

Content File Source

ad_library {

    Postgres-specific database API and utility procs.

    @creation-date 15 Apr 2000
    @author Jon Salz (jsalz@arsdigita.com)
    @cvs-id $Id: 01-database-procs-postgresql.tcl,v 1.1.2.1 2019/07/17 17:44:11 hectorr Exp $
}

# This file is now obsolete.  All procs have been merged into
# 00-database-procs.tcl, so that all supported databases are usable
# with the db_* API all the time, regardless of which database type
# OpenACS is using.  --atp@piskorski.com, 2003/04/09 12:04 EDT

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: