please review source(SQLServer compatible)‏

Поиск
Список
Период
Сортировка
От rohtodeveloper
Тема please review source(SQLServer compatible)‏
Дата
Msg-id BAY178-W5272C9BDB70247D07E712CC41F0@phx.gbl
обсуждение исходный текст
Ответы Re: please review source(SQLServer compatible)‏
Re: please review source(SQLServer compatible)‏
Список pgsql-hackers
Dear all,
 
Our application will be switched from SQL Server to PostgreSQL.
However, a few functions are not supported yet. So we decided to extend it.
 
The functions are as following:
 
1.SQL statement support
 INSERT statement without INTO keyword
 DELETE statement without FROM keywork
2.Build-in function
 SQUARE
 CHAR
 CHARINDEX
 LEN
 REPLICATE
 SPACE
 STR
 STUFF
 CONVERT
 DATALENGTH
 DATEADD
 DATEDIFF
 DATEPART
 DAY
 MONTH
 YEAR
 EOMONTH
 GETDATE
 SYSDATETIME
3.Operator
 operator !< (Not Less Than)
 operator !> (Not Greater Than)
 operator + (String Concatenation)
4.Other
 DataType support(smalldatetime,datetime,datatime2,uniqueidentifer)
 Date, Time, and Timestamp Escape Sequences ODBC Scalar Functions
 OCTET_LENGTH
 CURRENT_DATE
 CURRENT_TIME
 
The extended functions are almost completed but your opinion is very important to us.
Would you please help us to review the extended source?
 
The attachments is the diff source.
 
Thank you very much.
 
Best wishes~
Sincerely yours, rohto.david
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: WIP patch for multiple column assignment in UPDATE
Следующее
От: Robert Haas
Дата:
Сообщение: Re: replication commands and log_statements