[BUGS] BUG #6189: libpq: sslmode=require verifies server certificate if root.crt is present

2011-08-31 Thread Srinivas Aji
The following bug has been logged online: Bug reference: 6189 Logged by: Srinivas Aji Email address: srinivas@emc.com PostgreSQL version: 9.0.4 Operating system: Linux Description:libpq: sslmode=require verifies server certificate if root.crt is present Details

[BUGS] BUG #3288: Select command giving error

2007-05-17 Thread Srinivas
The following bug has been logged online: Bug reference: 3288 Logged by: Srinivas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Win XP Description:Select command giving error Details: Hi, We are using PGOleDB drivers with ASP.Net C

[BUGS] to pass an array and retrive an array from a function

2001-09-27 Thread srinivas
i need a solution how to pass an array into a function and retrieve an array from a function,itried but encountered many problems itried using setof while returning but i couldnt solve it can any one help out with this problem. if possible send me the example code explaining the way we should fol

[BUGS] is there any substitution for cursors

2001-09-27 Thread srinivas
can i get a substitution for cursors in postgresql if possible please mail me back soon. cheers chowdary. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] how to return multiple values from a function

2001-09-27 Thread srinivas
i have tried using SETOF but icouldnt solve it ,icould get muliple values but those r not the exact which i expected ,iam getting some junk values. the result iam getting is ?column? > --- > 136361584 > 136361584 > 136361584 some what like this,please give me a example code so that

[BUGS] a small doubt

2001-09-18 Thread srinivas
sir, can iknow how many maximum number of connections can be made in postgresql.if i can get the answer soon ,iwould be very thankfull to you sir. cheers chowdary. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] Error in creating field in a table

2000-10-09 Thread Srinivas Vallurupalli
HI I am creating a field in a table as two dimensional array. But pgres is creating only single dimension array. I verified \d table name . It is showing table field is single dimensioning only. please clarify srinivas