<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/interfaces/odbc/odbc.sql, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc</title>
<updated>2002-08-22T22:43:14+00:00</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@hub.org</email>
</author>
<published>2002-08-22T22:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5a303f878ecd597c1524f7cb0b844d17cb9da266'/>
<id>5a303f878ecd597c1524f7cb0b844d17cb9da266</id>
<content type='text'>
project ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
project ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate lines from fouled up last commit (my DSL line failed</title>
<updated>2001-12-21T06:01:36+00:00</updated>
<author>
<name>Thomas G. Lockhart</name>
<email>lockhart@fourpalms.org</email>
</author>
<published>2001-12-21T06:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=daefb89e5a532db6264166fbd6a868f8274e0aac'/>
<id>daefb89e5a532db6264166fbd6a868f8274e0aac</id>
<content type='text'>
 during the CVS update, leaving locks and bad files).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 during the CVS update, leaving locks and bad files).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate lines from previous patch attempt. Trouble with my</title>
<updated>2001-12-10T00:11:06+00:00</updated>
<author>
<name>Thomas G. Lockhart</name>
<email>lockhart@fourpalms.org</email>
</author>
<published>2001-12-10T00:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9ed2ac291b50a210f804a72039f3e238317d4af1'/>
<id>9ed2ac291b50a210f804a72039f3e238317d4af1</id>
<content type='text'>
 DSL line at home broke things right in the middle of an update. :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 DSL line at home broke things right in the middle of an update. :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing empty</title>
<updated>2001-12-10T00:01:14+00:00</updated>
<author>
<name>Thomas G. Lockhart</name>
<email>lockhart@fourpalms.org</email>
</author>
<published>2001-12-10T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=abbd64cddf6e2cf871d576dea28e80365ac28e79'/>
<id>abbd64cddf6e2cf871d576dea28e80365ac28e79</id>
<content type='text'>
 parens. This is not SQL spec syntax, so later we will remove
 this extension from gram.y.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 parens. This is not SQL spec syntax, so later we will remove
 this extension from gram.y.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update since left and right are no longer key words.</title>
<updated>2001-12-02T11:36:04+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-12-02T11:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ad81c999846e2360a5bf55c6e4d49696b72009b6'/>
<id>ad81c999846e2360a5bf55c6e4d49696b72009b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix logic in insert() function.</title>
<updated>2001-10-13T19:16:32+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-10-13T19:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d1c6983899df5b154c203c6f1ddf56914c0bbb30'/>
<id>d1c6983899df5b154c203c6f1ddf56914c0bbb30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow optional () after current_user, session_user, user, current_time,</title>
<updated>2001-10-09T22:32:33+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-10-09T22:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ec5c62874db0214286aade020e8241f5b32a5ec3'/>
<id>ec5c62874db0214286aade020e8241f5b32a5ec3</id>
<content type='text'>
current_timestamp, current_date for ODBC compatibility.

Add more functions to odbc.sql catalog extension, use new CREATE OR
REPLACE FUNCTION.

Document iODBC/unixODBC build options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
current_timestamp, current_date for ODBC compatibility.

Add more functions to odbc.sql catalog extension, use new CREATE OR
REPLACE FUNCTION.

Document iODBC/unixODBC build options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move contrib/odbc/odbc.sql together with odbc driver, remove old files;</title>
<updated>2000-09-18T20:11:37+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2000-09-18T20:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=2acdef186dda3ee4606f561446d2b825009fc2cf'/>
<id>2acdef186dda3ee4606f561446d2b825009fc2cf</id>
<content type='text'>
revise ODBC "installation instructions"; update some other outdated
documentation; update contrib documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
revise ODBC "installation instructions"; update some other outdated
documentation; update contrib documentation
</pre>
</div>
</content>
</entry>
</feed>
