dbi-link - dbi-link: - Added new function

From: dfetter(at)pgfoundry(dot)org (David Fetter)
To: pgsql-committers(at)postgresql(dot)org
Subject: dbi-link - dbi-link: - Added new function
Date: 2007-10-30 15:34:51
Message-ID: 20071030153451.829DB2170D6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Added new function dbi_link.prepend_to_search_path(TEXT) which does
what it sounds like, only it has the nice feature of being
idempotent, which is to say that subsequent calls don't do more than
the first one did.

- Modified the rest of dbi_link to use it along with the examples.

Modified Files:
--------------
dbi-link:
dbi_link.sql (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.17&r2=1.18)
dbi-link/examples/cache:
cache.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/cache/cache.sql.diff?r1=1.1&r2=1.2)
dbi-link/examples/excel:
excel.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/excel/excel.sql.diff?r1=1.1&r2=1.2)
dbi-link/examples/mssql:
mssql.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/mssql/mssql.sql.diff?r1=1.2&r2=1.3)
dbi-link/examples/mysql:
mysql.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/mysql/mysql.sql.diff?r1=1.1&r2=1.2)
dbi-link/examples/oracle:
oracle.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/oracle/oracle.sql.diff?r1=1.1&r2=1.2)
dbi-link/examples/postgresql:
postgresql.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/postgresql/postgresql.sql.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2007-10-30 16:35:21 Re: [COMMITTERS] pgsql: simple script to pull together a very small (<500k) tar file
Previous Message Alvaro Herrera 2007-10-30 14:44:12 Re: [COMMITTERS] pgsql: simple script to pull together a very small (<500k) tar file