Re: [ADMIN] please help me

2010-08-27 Thread Kevin Grittner
pavankumar reddy wrote: > working on postgresql 8.1.4 You need to at least get onto an 8.1 revision which is more recent. You're missing over four years of bug fixes. http://www.postgresql.org/support/versioning http://www.postgresql.org/docs/8.1/static/release.html > 1)IAM UNABLE TO TA

[ADMIN] please help me

2010-08-27 Thread pavankumar reddy
HELLO , This is pavankumar , working on postgresql 8.1.4, database, for which iam new and very less in knowledge. Iam not an expert. please help me in resolving the problem which iam facing since one week.the problem is 1)IAM UNABLE TO TAKE A COMPLETE BACKUP OF DATABASE 2)IAM UNABLE T

Re: [ADMIN] Please, help me configuring RFT

2009-07-27 Thread Tom Lane
"Kevin Grittner" writes: > TRAN THI NGOC MAI wrote: >> 2009-07-26 11:58:49,037 ERROR service.ReliableFileTransferImpl >> [main,:68] Unable to setup database driver with >> pooling.Backend start-up failed: FATAL: database "rftDatabase", OID >> 17142, has disappeared from pg_database > If not,

Re: [ADMIN] Please, help me configuring RFT

2009-07-27 Thread Kevin Grittner
TRAN THI NGOC MAI wrote: > Stopping postgresql service: [ OK ] > Starting postgresql service: [ OK ] So it appears that PostgreSQL is working OK. Right? > 2009-07-26 11:58:49,037 ERROR service.ReliableFileTransferImpl > [main

[ADMIN] Please, help me configuring RFT

2009-07-26 Thread TRAN THI NGOC MAI
Please, help me! I install postgresql to configuring RFT. But when I start postgresql and start globus container, I get error in the log file Here is the result when I type command: -- [r...@linux01 globus]# /etc/init.d/postgresql restart Stopping postgresql service:

[ADMIN] Please help me to implement PGSQL8.0 no-installer in Windows 2k,XP & NT ?

2005-12-28 Thread Mohamed Fazil
Hi,   With this i enclosed my requirement. Along with this i would like to know your suggestion and the way to impliment the same as a service. Please note that i am using PGSQL 8.0 no-installer in Windows. One of the member had came up with the suggestion that it is related to Windows impersonal

[ADMIN] Please Help me ???

2003-09-19 Thread utomo restu
To all, I want to ask some questions: 1. I want to changes the posisions of postgres super user with my user, so my user have a function same with postgres super user (I want only one super user in my database). so if i do it, what happens on my database...?? 2.How i now total

Re: [ADMIN] Please Help me ????

2003-05-31 Thread Robert Treat
First, make sure your running on a version of 7.3, then check out the following docs: http://techdocs.postgresql.org/guides/SetReturningFunctions http://www.gtsm.com/cgi/psearch?page=plpgsql.html;q=plpgsql;j=0;c=0;h=0 Robert Treat On Fri, 2003-05-30 at 00:08, utomo restu wrote: > > Dear All >

[ADMIN] Please Help me ????

2003-05-30 Thread utomo restu
Dear All I'am a new user in postgresql, i want to ask about : 1. The one who is intended with STORED PROCEDURE, how its implement and what its surplus. Version POSTGRESQL that how much possess STRORED PROCEDURE. 2. In when I make the function as follows: CREATE FUNCTION forward(

Re: [ADMIN] Please help me write this query or function

2001-12-12 Thread Masaru Sugawara
On Tue, 11 Dec 2001 23:54:45 +1100 (EST) Mr OCP <[EMAIL PROTECTED]> wrote: > Hi > > We have a table like follows: > > id, account_name, amount, action_type > > The amount field has both debit and credit entires and > action_type defines the type of transaction ( debit or > credit), debit entr

[ADMIN] Please help me write this query or function

2001-12-11 Thread Mr OCP
Hi We have a table like follows: id, account_name, amount, action_type The amount field has both debit and credit entires and action_type defines the type of transaction ( debit or credit), debit entries have negative '-' symbol before the amount. where there are multipble transaction for the

Re: [ADMIN] Please help me

2001-07-20 Thread Oleg Bartunov
Do you plan to use http for your service ? If so, I'd recommend to use following architecture: FE - proxy server is serving incoming requests and provides results to client. It could be very light http server with proxy support. BE - cgi-backend which receive proxied requests, contact with databa

[ADMIN] Please help me

2001-07-20 Thread Mihai Afteni
I have to provide a hardware-software configuration based on a PG database, capable to support min 500 simultaneous users each one accesing pages that send an average 6 queries per page. Minimum display time of any page = 5 second. I have no precise idea about how such a configuration will be.

[ADMIN] Please help me....

2001-05-22 Thread waheed rahman
Dear Sir, I am waheed from dubai. I got your mailid, when i am searching for a document in postgresql.And your document helped me alot and i some more doubts i hope you can help me. This is my problem. I am having a table called FRUITS which will be updated by the merchants frequently as the me

Re: [ADMIN] Please help me with pg_hba.conf file settings

2000-11-23 Thread Peter Eisentraut
akacker writes: > I tried adding the following lines to pg_hba.conf file : > > host all 64.65.7.145 255.255.255.255 password pgpass > > I created pgpass by the command pg_passwd pgpass and added > the user (i.e my client username and password) but it did not > work. Define "did not work". th

[ADMIN] Please help me with pg_hba.conf file settings

2000-11-23 Thread akacker
  Dear SirHello!I have a Linux web server on which I am providing name based hosting services to my clients.I want that my clients who have their virtual sites on my server shouldbe able to connect to their databases by using php or any other server side programs to connect to postgresql dat

[ADMIN] PLEASE HELP me -> password authentication problem

1999-02-02 Thread Olsen, James
Hello all, I'm using PostGre 6.3 on a Linux box and connecting to it via Insight's ODBC 6.40.0004 driver from Win98. However, I don't think my problem lies with PG 6.3 or the ODBC driver, I think my problem is my lack of understanding on how to correctly setup passwords. I've searched through th