[ADMIN] Cannot start postgresql under winnt

2001-03-13 Thread De Closmadeuc, Etienne
with : cygwin 1.1.4 cygipc 1.09-2 (installed and running) postgresql-7.0-nt-binaries.tar.gz installed initdb done (initdb -D /usr/local/pgsql/data2) the following message is returned by postgresql : $ ./postgres -D /usr/local/pgsql/data2 DEBUG: Data Base System is starting up at Tue Mar 13 19:

Re: [ADMIN] Postmaster

2001-03-13 Thread Stefan Huber
At 16:47 2001-03-12 +, Simon wrote: >Hi having problems with postmaster Having su up to the postgres >superuser > >postmaster -i -D /usr/local/pgsql/data > >Responds with > >Write to pid file failed >Please check the permission and try again maybe files installed as root and no writepermi

[ADMIN] creation dates

2001-03-13 Thread Hal Lynch
Is there a table or tables that contains the creation date/time of data bases and tables? hal ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your m

RE: [ADMIN] Compiling error... plz hlp

2001-03-13 Thread Christian Marschalek
I've donwloaded the sources to tcl 8 and tk 8... should be enough, since tcl/tk is something for development ;o)? Well I'll check the homepage for something else that is needed... thanks anyway! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Stefa

[ADMIN] Postmaster

2001-03-13 Thread Simon
Hi having problems with postmaster Having su up to the postgres superuser postmaster -i -D /usr/local/pgsql/data Responds with Write to pid file failed Please check the permission and try again Any ideas Cheers guys Apologies for the cross posting #8( ---(end o

[ADMIN] Re. COBOL USER

2001-03-13 Thread jairo
Ref.: POSTGRESQL Good morning, I am user of Microfocus Cobol, I am needing to use POSTGRESQL in server LINUX. Please which COBOL that I could use? Thank you very much for your attention, Jairo ---(end of broadcast)--- TIP 6: Have you searched

[ADMIN] Re: Cobol

2001-03-13 Thread jairo
Good morning, I am user of Microfocus Cobol, I am needing to use POSTGRESQL in server LINUX. Please which COBOL that I could use? Thank you very much for your attention, Jairo ---(end of broadcast)--- TIP 6: Have you searched our list archives

Re(3): [ADMIN] Postgres/Postmaster logging and log rotation

2001-03-13 Thread Sherwin Daganato
Thank you anyway. I have solve my problem in 6.5.3 (too old server) by creating pg_options verbose=2 query=1 syslog=0 hostlookup showportnumber I I set syslog=0 'coz I can't make it log to /var/log/postgresql. I removed "-d 2" in /etc/rc.d/init.d/postgresql: su -l postgre

Re: [ADMIN] Use of the LIMIT clause ?

2001-03-13 Thread pgsql-admin
it's like SELECT * FROM :table WHERE :condition LIMIT :limit OFFSET :offset Sherwin [EMAIL PROTECTED] writes: >I read on a website dedicated to MySQL, that the limit clause allows >someone to restrict the result of a query to a certain domain. >Exemple : "selec