From daefb89e5a532db6264166fbd6a868f8274e0aac Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 21 Dec 2001 06:01:36 +0000 Subject: [PATCH] Remove duplicate lines from fouled up last commit (my DSL line failed during the CVS update, leaving locks and bad files). --- src/interfaces/odbc/odbc.sql | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/interfaces/odbc/odbc.sql b/src/interfaces/odbc/odbc.sql index 2c9e96ecc9..d3ea9202da 100644 --- a/src/interfaces/odbc/odbc.sql +++ b/src/interfaces/odbc/odbc.sql @@ -1,5 +1,5 @@ -- PostgreSQL catalog extensions for ODBC compatibility --- $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/odbc.sql,v 1.6 2001/12/10 00:11:06 thomas Exp $ +-- $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/odbc.sql,v 1.7 2001/12/21 06:01:36 thomas Exp $ -- ODBC functions are described here: -- @@ -210,18 +210,6 @@ CREATE OR REPLACE FUNCTION year(timestamp) RETURNS integer AS ' -- System Functions - -CREATE OR REPLACE FUNCTION odbc_user() RETURNS text AS ' - SELECT CAST(current_user AS TEXT); -' LANGUAGE SQL; - -CREATE OR REPLACE FUNCTION odbc_current_user() RETURNS text AS ' - SELECT CAST(current_user AS TEXT); -' LANGUAGE SQL; - -CREATE OR REPLACE FUNCTION odbc_session_user() RETURNS text AS ' - SELECT CAST(session_user AS TEXT); -' LANGUAGE SQL; -- ++++++++++++++++ -- -- Built-in: USER -- 2.40.0