Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdaefb89

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 parent95800e5 commitdaefb89

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 REPLACEFUNCTIONodbc_user() RETURNStextAS'
215-
SELECT CAST(current_user AS TEXT);
216-
' LANGUAGE SQL;
217-
218-
CREATE OR REPLACEFUNCTIONodbc_current_user() RETURNStextAS'
219-
SELECT CAST(current_user AS TEXT);
220-
' LANGUAGE SQL;
221-
222-
CREATE OR REPLACEFUNCTIONodbc_session_user() RETURNStextAS'
223-
SELECT CAST(session_user AS TEXT);
224-
' LANGUAGE SQL;
225213
-- ++++++++++++++++
226214
--
227215
-- Built-in: USER

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp