• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H05-Nov-2021-158137

generic/H03-May-2022-3,7902,347

library/H05-Nov-2021-13628

tclconfig/H03-May-2022-4,5734,101

tests/H05-Nov-2021-3,4653,218

win/H05-Nov-2021-3,0172,349

ChangeLogH A D01-Nov-20218.6 KiB260193

Makefile.inH A D01-Nov-202118 KiB499254

READMEH A D01-Nov-20211.9 KiB5037

TODOH A D01-Nov-2021269 64

aclocal.m4H A D01-Nov-20212.8 KiB8780

configureH A D01-Nov-2021295.9 KiB10,9278,766

configure.acH A D01-Nov-20219.4 KiB24878

license.termsH A D01-Nov-20212.1 KiB3934

pkgIndex.tcl.inH A D01-Nov-2021580 1513

README

1README: tdbcpostgres
2
3    This is the 1.1.3 source distribution of the driver for Tcl
4    Database Connectivity (TDBC) to access Postgres databases. TDBC and
5    its drivers are available from a Fossil version control repository
6    at http://tdbc.tcl.tk/
7
8RCS: @(#) $Id: $
9
101. Introduction
11
12This directory contains the source code, documentation, and test
13scripts for the Postgres driver for Tcl Database Connectivity. This
14module, plus TDBC itself, allow you to access Postgres databases using
15a standard application programming interface (API) from a Tcl script.
16This module is also available from http://tdbc.tcl.tk along with the
17source code of TDBC itself. A bug database and Wiki are available at
18the same location.
19
20Tdbc::postgres is a freely-available open source package.  You can do
21virtually anything you like with it, such as modifying it,
22redistributing it, and selling it either in whole or in part.  See the
23file "license.terms" for complete information.
24
252. Compilation and Installation
26
27This module follows the general configuration and installation
28rules described in the README file for tdbc. Prior to running
29'configure', you should ensure that the directory that contains
30the Postgres executables (specifically, pg_config) is on the PATH.
31pg_config, in turn, will locate the necessary #include files and
32libraries to build the module.
33
34NOTE THAT ON WINDOWS, THE DLL's FOR THE POSTGRES LIBRARY MUST BE ON
35THE PATH AT RUNTIME.
36
373. Documentation
38
39The 'doc' subdirectory in this release contains a set of reference
40manual entries for tdbc::postgres.  Files with an extension '.n' are
41for Tcl classes and commands; files with an extension '.3' are for C
42library functions. The file, 'doc/tdbcpostgres.n' gives an overview,
43listing the classes and functions
44
454. See also
46
47More information about TDBC and its drivers are available in the
48README file for TDBC itself; refer to that file for compilation and
49installation instructions, and support information.
50