projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8c07d
)
Remove duplicate lines from fouled up last commit (my DSL line failed
author
Thomas G. Lockhart
<
[email protected]
>
Fri, 21 Dec 2001 06:01:36 +0000
(06:01 +0000)
committer
Thomas G. Lockhart
<
[email protected]
>
Fri, 21 Dec 2001 06:01:36 +0000
(06:01 +0000)
during the CVS update, leaving locks and bad files).
src/interfaces/odbc/odbc.sql
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/odbc.sql
b/src/interfaces/odbc/odbc.sql
index 84ad7311c262d5f3c5fb0186e55f43e144022973..f4dc9587784a2fb8cc86b8461bf626daecbd9a49 100644
(file)
--- a/
src/interfaces/odbc/odbc.sql
+++ b/
src/interfaces/odbc/odbc.sql
@@
-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