On Mon, May 29, 2006 at 03:13:59PM +0530, Penchalaiah P. wrote: > and port number here wt I will get... my requirement is to do encryption > to one of my table.. if any body knows about this please help me........
Is this one-way encryption (i.e. you want a hash?) You can use built-in md5 for that. If you want something more, use the pgcrypto contrib/ items. A -- Andrew Sullivan | [EMAIL PROTECTED] "The year's penultimate month" is not in truth a good way of saying November. --H.W. Fowler ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match