javascript and postgres - Mailing list pgsql-general

From 野村
Subject javascript and postgres
Date
Msg-id 20090224134031.F6A7.NOMURA@ir-alt.co.jp
Whole thread Raw
Responses Re: javascript and postgres
Re: javascript and postgres
List pgsql-general
Hello all.

My javascript connects with postgres using php.
php responds with XML for my select request.
I wonder is there any way to access to postgres directly?
I mean like this.

   new PGSQL.Request  (
        'postgres.server.com'
        ,{
            ,port: 5432
            ,sql : 'select * from bra'
            ,asynchronous : true
            ,parameters : ''
            ,onComplete : fetch_function
            ,onLoaded : function(){
                $( 'status' ).innerHTML="Loading...";
            }
            ,onFailure : function(){
                $( 'status' ).innerHTML= "error";
            }
        }
    );

regards


pgsql-general by date:

Previous
From: Eus
Date:
Subject: PostgreSQL fast query is too slow as function
Next
From: Scott Marlowe
Date:
Subject: Re: surprising results with random()