~ubuntu-branches/ubuntu/gutsy/psqlodbc/gutsy

« back to all changes in this revision

Viewing changes to odbc-drop.sql

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2007-03-05 22:28:19 UTC
  • mfrom: (3.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20070305222819-95d0rzmt2ah6dwwc
Tags: 1:08.01.0200-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Fix the signature of SQLGetData on 64-bit architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DROP FUNCTION "char"(integer);
2
 
DROP FUNCTION concat(text, text);
3
 
DROP FUNCTION insert(text, integer, integer, text);
4
 
DROP FUNCTION lcase(text);
5
 
DROP FUNCTION left(text, integer);
6
 
DROP FUNCTION locate(text, text);
7
 
DROP FUNCTION locate(text, text, integer);
8
 
DROP FUNCTION right(text, integer);
9
 
DROP FUNCTION space(integer);
10
 
DROP FUNCTION ucase(text);
11
 
DROP FUNCTION ceiling(numeric);
12
 
DROP FUNCTION log10(double precision);
13
 
DROP FUNCTION log10(numeric);
14
 
DROP FUNCTION power(double precision, double precision);
15
 
DROP FUNCTION power(numeric, numeric);
16
 
DROP FUNCTION rand();
17
 
DROP FUNCTION rand(double precision);
18
 
DROP FUNCTION truncate(numeric, integer);
19
 
DROP FUNCTION curdate();
20
 
DROP FUNCTION curtime();
21
 
DROP FUNCTION odbc_timestamp();
22
 
DROP FUNCTION dayname(timestamp);
23
 
DROP FUNCTION dayofmonth(timestamp);
24
 
DROP FUNCTION dayofweek(timestamp);
25
 
DROP FUNCTION dayofyear(timestamp);
26
 
DROP FUNCTION hour(timestamp);
27
 
DROP FUNCTION minute(timestamp);
28
 
DROP FUNCTION month(timestamp);
29
 
DROP FUNCTION monthname(timestamp);
30
 
DROP FUNCTION quarter(timestamp);
31
 
DROP FUNCTION second(timestamp);
32
 
DROP FUNCTION week(timestamp);
33
 
DROP FUNCTION year(timestamp);
34
 
DROP FUNCTION odbc_user();
35
 
DROP FUNCTION odbc_current_user();
36
 
DROP FUNCTION odbc_session_user();