head	1.3;
access;
symbols
	REL7_0_PATCHES:1.1.0.2
	REL7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.06.19.14.07.07;	author momjian;	state dead;
branches;
next	1.2;

1.2
date	2000.06.19.13.53.59;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.11.15.53.13;	author thomas;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove old README files.
@
text
@@


1.2
log
@Update to /contrib from Karel.
@
text
@@


1.1
log
@Internal functions to support newest ODBC driver {fn ...} conventions.
Includes compiled code to support pre-7.0 backends, but for 7.0 only
requires executing odbc.sql.
@
text
@a0 38
This directory contains support functions for the ODBC driver
supplied with PostgreSQL-7.0.

To enable additional ODBC functions with PostgreSQL-7.0, simply
execute the commands in odbc.sql:

psql
Welcome to psql, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

postgres=# \i odbc.sql
CREATE
...


To enable additional ODBC functions with versions of PostgreSQL
prior to PostgreSQL-7.0 (e.g. PostgreSQL-6.5.3), build the shared
library and SQL commands as follows:

make pre7
psql
Welcome to psql, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

postgres=# \i odbc-pre7.sql
CREATE
...

@

