File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
-- 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 $
3
3
4
4
-- ODBC functions are described here:
5
5
-- <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 '
210
210
211
211
212
212
-- 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;
225
213
-- ++++++++++++++++
226
214
--
227
215
-- Built-in: USER
You can’t perform that action at this time.
0 commit comments