Re: [HACKERS] Newbie: problem Connecting to Server

2003-03-30 Thread cbbrowne
"Ferindo Middleton Jr" <[EMAIL PROTECTED]> wrote: > I'm running Redhat Linux 8. I have registration to the Redhat > Network so I'm probably running the latest version of postgresql > available. I also have Redhat Databse v2.1 installed, but whenever I > try to start a session, I get the following e

Re: [HACKERS] updateable cursors & visibility

2003-03-30 Thread Hiroshi Inoue
Tom Lane wrote: > > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Hiroshi Inoue writes: > >> Must a SENSITIVE cursor see other applications' changes made > >> while the cursor is open ? > > Yes. It is immaterial whether the change came from a different > > application or t

Re: [HACKERS] PostgreSQL and SOAP, suggestions?

2003-03-30 Thread mlw
Given a HTTP formatted query: GET "http://localhost:8181/pgmuze?query=select+*+from+zsong+limit+2"; The output is entered below. Questions: Is there a way, without spcifying a binary cursor, to get the data types associated with columns? Right now I am just using undefined, as the ODBC version w

Re: [HACKERS] updateable cursors & visibility

2003-03-30 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Hiroshi Inoue writes: >> Must a SENSITIVE cursor see other applications' changes made >> while the cursor is open ? > Yes. It is immaterial whether the change came from a different > application or the same one. > Nevertheless, the cursor sensitivity

Re: [HACKERS] Detecting corrupted pages earlier

2003-03-30 Thread Tom Lane
Kevin Brown <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Basically, one should only turn this variable on after giving up on the >> possibility of getting any data out of the broken page itself. It would >> be folly to run with it turned on as a normal setting. > This statement should *defini

Re: [HACKERS] CVS head doesn't compile

2003-03-30 Thread Alvaro Herrera
On Sun, Mar 30, 2003 at 03:40:34PM +0200, Peter Eisentraut wrote: > Alvaro Herrera writes: > > > Apparently this is a flaw in configure, because it detects getaddrinfo > > but fails to define HAVE_GETADDRINFO in pg_config.h, and it works if I > > define the symbol manually. > > Works here and loo

Re: [HACKERS] CVS head doesn't compile

2003-03-30 Thread Peter Eisentraut
Alvaro Herrera writes: > Apparently this is a flaw in configure, because it detects getaddrinfo > but fails to define HAVE_GETADDRINFO in pg_config.h, and it works if I > define the symbol manually. Works here and looks right in the CVS web view as well. Are you sure you have cvs-updated and con