~ubuntu-branches/ubuntu/natty/psqlodbc/natty

« back to all changes in this revision

Viewing changes to odbc.sql

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2004-11-14 16:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20041114161231-hurw3wphq2vr9sr4
Tags: 1:07.03.0200-5
* Corrected license to old LGPL 2
* Big debian/rules modernization
* Moved odbc.ini.template to examples directory
* Converted to dpatch
* Added update of config.{guess,sub}
* Renamed unixodbc.HOWTO to README.Debian; revised
* Moved installation to /usr/lib/odbc; added symlink to old location
  for compatibility
* Dropped postgresql-dev dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- PostgreSQL catalog extensions for ODBC compatibility
 
2
-- $Header: /usr/local/cvsroot/psqlodbc/psqlodbc/odbc.sql,v 1.7 2001/12/21 06:01:36 thomas Exp $
2
3
 
3
4
-- ODBC functions are described here:
4
5
-- <http://msdn.microsoft.com/library/en-us/odbc/htm/odbcscalar_functions.asp>