Re: [GENERAL] Help : Microsoft SQL Server equivalents in PostGreSQL

2007-01-22 Thread dean
Benedict Faria wrote: I need to use a postgreSQL equivalent for Updatetext and ReadText in MS SQL Server. Any pointers on what the PostgreSQL equivalent is? Hi Benedict, I don't see an exact equivalent to MS SQL Server's UpdateText (and ReadText) commands in pgsql or any other PostgreSQL

Re: [GENERAL] Help : Microsoft SQL Server equivalents in PostGreSQL

2007-01-20 Thread Mikael Carneholm
I think you can use the binary string functions (http://www.postgresql.org/docs/8.2/interactive/functions-binarystring.html) to achieve the same as ReadText and UpdateText. /Mikael -Original Message- From: Benedict Faria [mailto:[EMAIL PROTECTED] Sent: den 19 januari 2007 14:02

[GENERAL] Help : Microsoft SQL Server equivalents in PostGreSQL

2007-01-19 Thread Benedict Faria
Hello, my customer, ntl:Telewest is using an open source 'file upload progress bar' called NeatUpload to help users to upload video files to a MS SQL database. They want to replace the MS SQL database with Solaris/PostgreSQL and ZFS. There is an extension to NeatUpload that enables this to