Re: [ADMIN] bugs?

2000-01-12 Thread ZioBudda
On Wed, 12 Jan 2000, ZioBudda wrote: > sorry for the reply, but the delete is not started from my habd (read: > "boss' hands" :) ) argh.. habd=hand Il tuo programma più importante prende più memoria di quella che hai. Se hai abbastanza memoria, non hai abbastanza spazio su

Re: [ADMIN] bugs?

2000-01-12 Thread ZioBudda
On Wed, 12 Jan 2000, Lincoln Spiteri wrote: > Sorry if I offend you but what I disliked specificaly about your post is the > sweeping remark; sorry for the reply, but the delete is not started from my habd (read: "boss' hands" :) ) > If you are managing a massive/big application then you should

Re: [ADMIN] bugs?

2000-01-11 Thread ZioBudda
On Tue, 11 Jan 2000, Lincoln Spiteri wrote: > Or maybe you are not good for massice application :) > ok. my mistake is massice=big.. but the problem remain and your email is lessfull. Il tuo programma più importante prende più memoria di quella che hai. Se hai abbastanza memoria, non hai abbast

[ADMIN] bugs?

2000-01-11 Thread ZioBudda
Hi, for my error I have delete the file pg_log from pgsql/ and now my database do not works anymore. I can enter in the database but if I make db1=> \dt I get: Couldn't find any tables! why it? How can I rescue all my data? If there is no way I think that postgresql is not good for massice appl

Re: [ADMIN] Vacuum script

1999-12-16 Thread ZioBudda
On Thu, 16 Dec 1999, Mark Jewiss wrote: > Hello, > > On Thu, 16 Dec 1999, ZioBudda wrote: > > > > Can someone share his script, or can I find it on the CVS (please > > tell me where, because I've never used that) > > I've got a perl script which

Re: [ADMIN] Vacuum script

1999-12-16 Thread ZioBudda
On Thu, 16 Dec 1999, Nicolas Huillard wrote: > Hello, > > Does anybody already wrote a cron script that periodically (with cron) vacuum all >(or part of all) database on a single server ? > I'm sure everyone has this kind of stuff : > $ pg_vacuum [-h hostname] [-u] [options] [dbname] > > Can s

RE: [ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
On 9 Jul 1999 [EMAIL PROTECTED] wrote: > Hello > > What is port 6542 ? The port where postgresql run. Qualunque cosa tu stia cercando su Internet, ci sarà almeno un sito porno che risponderà ai tuoi criteri. -- Michel Morelli [EMAIL PROTECTED]

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
On Thu, 8 Jul 1999, Oleg Broytmann wrote: >Run Postgres with TCP/IP disabled (remove -i from start-up options). Ok, but I must to integrated postgres with PHP3. If I remove -i php3 does not works. Pensa alla vita: usa le cinture di sicurezza. -- Michel Morelli [EMAIL PROTECT

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
On Thu, 8 Jul 1999, Oleg Broytmann wrote: > On Thu, 8 Jul 1999, ZioBudda wrote: > > Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the > > port 6542 so no one extern to my machine can telnet the postgres DB. > > Any help or any RTFM? > >

[ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the port 6542 so no one extern to my machine can telnet the postgres DB. Any help or any RTFM? Le uniche cose che girano sotto Windows 95 sono le palle. -- Michel Morelli [EMAIL PROTECTED]

Re: [ADMIN] problem with Pg 6.4 and RH 5.0

1999-07-07 Thread ZioBudda
On Wed, 7 Jul 1999, Bruce Momjian wrote: [snip] Can you suggesyt me a good version of stl? Ah, I've make a wrong: postgres 6.5 not 6.4 -- Michel Morelli [EMAIL PROTECTED] http://ziobudda.enter.it Italian Linux FAQ http://z

[ADMIN] problem with Pg 6.4 and RH 5.0

1999-07-07 Thread ZioBudda
Hi, I have a RH 5.0 distribution where I have upgrade some packet (glibc-2.0.7, libstdc++-2.8.0-14). Now I want to install ostgres 6.5, but when I'm going to compile it, "make" return me this error (only a part): make[2]: Entering directory `/home/michel/postgresql-6.5/src/interfaces/libpq++' c++

RE: [ADMIN] odbc

1999-05-25 Thread ZioBudda
On Wed, 26 May 1999, Herbert Ambos wrote: > 2. User authentication failed (#210) --> but i did double check the > username, password, database, server, port. have youe edit the file pg_hba.conf ? This file contain the machine (external) that can connect to your DB. ciaoz Ho talment

Re: [ADMIN] getting somewhere

1999-05-25 Thread ZioBudda
On Tue, 25 May 1999, Jim Burnett wrote: > Ok I am getting somewhere now, > > In access when I try to link a table I get an authentication failed. I > tried to add a user using createuser, but i didnt pompt me for a > password. correct. You create a DB user not a Linux user. > Also, do i need

Re: [ADMIN] relation already exists?

1999-05-03 Thread ZioBudda
On Mon, 3 May 1999, JT Kirkpatrick wrote: > i had a table, ap (had a primary key constraint named appk), which i > renamed ap2. i then re-created a table named ap, with the same primary key > constraint name appk, which postgres told me already existed. so i dropped > index appk, it said fin