Skip to content

Commit daefb89

Browse files
author
Thomas G. Lockhart
committed
Remove duplicate lines from fouled up last commit (my DSL line failed
during the CVS update, leaving locks and bad files).
1 parent 95800e5 commit daefb89

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/interfaces/odbc/odbc.sql

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- PostgreSQL catalog extensions for ODBC compatibility
2-
-- $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/odbc.sql,v 1.6 2001/12/10 00:11:06 thomas Exp $
2+
-- $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/odbc.sql,v 1.7 2001/12/21 06:01:36 thomas Exp $
33

44
-- ODBC functions are described here:
55
-- <http://msdn.microsoft.com/library/en-us/odbc/htm/odbcscalar_functions.asp>
@@ -210,18 +210,6 @@ CREATE OR REPLACE FUNCTION year(timestamp) RETURNS integer AS '
210210

211211

212212
-- System Functions
213-
214-
CREATE OR REPLACE FUNCTION odbc_user() RETURNS text AS '
215-
SELECT CAST(current_user AS TEXT);
216-
' LANGUAGE SQL;
217-
218-
CREATE OR REPLACE FUNCTION odbc_current_user() RETURNS text AS '
219-
SELECT CAST(current_user AS TEXT);
220-
' LANGUAGE SQL;
221-
222-
CREATE OR REPLACE FUNCTION odbc_session_user() RETURNS text AS '
223-
SELECT CAST(session_user AS TEXT);
224-
' LANGUAGE SQL;
225213
-- ++++++++++++++++
226214
--
227215
-- Built-in: USER

0 commit comments

Comments
 (0)