[ADMIN] help

2002-07-08 Thread Simeone, Mario
help su www.tim.it puoi iscriverti gratis alle TimNews, un modo rapido e tempestivo per conoscere le ultime novita di TIM. --

[ADMIN] createuser --password

2002-07-08 Thread Stephane Schildknecht
Hi, Is there a way to give the password of the user to be created on the command line ? S@S -- _Stéphane SCHILDKNECHT___ | AurorA-SAS 69-71, Av. Pierre Grenier 92100 BOULOGNE | | Tel : 01.58.17.03.20 Fax : 01.58.17.03.21 | | mailto:[E

Re: [ADMIN] createuser --password

2002-07-08 Thread Artur Pietruk
On Mon, Jul 08, 2002 at 11:06:39AM +0200, Stephane Schildknecht wrote: > Hi, Hello ;-). > Is there a way to give the password of the user to be created on the > command line ? From command line you can try to do "ALTER USER", using "-c" switch of psql, eg like this: psql

[ADMIN] Postgres 7.2.1 on Redhat 7.1

2002-07-08 Thread Gaetano Mendola
Hi all, I downloaded the two file: mx-2.0.2-4PGDG.src.rpm postgresql-7.2.1-2PGDG.src.rpm and I did: $ rpm --rebuild mx-2.0.2-4PGDG.src.rpm $ rpm --rebuild postgresql-7.2.1-2PGDG.src.rpm and I obtained correctly the files: mx-2.0.2-4PGDG.i386.rpm and postgresql-7.2.1-2PGDG.i386.rpm postgres

Re: [ADMIN] createuser --password

2002-07-08 Thread Felipe Nascimento
Title: RE: [ADMIN] createuser --password take a look at. http://archives.postgresql.org/pgsql-admin/2001-09/msg00095.php the utility you are looking for is: pg_passwd Felipe -Original Message- From: Stephane Schildknecht [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 8 de julho

[ADMIN] Install: Japanese support: what options to give to ./configure?

2002-07-08 Thread Jean-Christian Imbeault
Hi, I'm new to PostgreSQL. I just download the source and want to begin compiling it. However I am not sure what options to give ./configure. All of the data for the database will be in Japanese or ASCII. I want to configure the data so that it can store japanese without mangling and can also

[ADMIN] PostgreSQL data -> Oracle

2002-07-08 Thread Leonardo Camargo
Hi, How can i migrate the data from a PostgreSQL db to an Oracle database ? Any tip, advice, article, howto would be helpful. thnx in adv. Ka ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[ADMIN] HELP FOR POSTGRESQL NEEDED...

2002-07-08 Thread ozric tentacle
Hello.I am experiencing a quite strange behavior with my postgreSQL database. I have edited the file pg_hba.conf like this: # TYPE DATABASE    IP_ADDRESS    MASK   AUTH_TYPE  AUTH_ARGUMENTlocal  all   passwordho

Re: [ADMIN] PostgreSQL data -> Oracle

2002-07-08 Thread Bruce Momjian
Leonardo Camargo wrote: > Hi, > > How can i migrate the data from a PostgreSQL db to an Oracle database ? > > Any tip, advice, article, howto would be helpful. Wow, this is getting to be an FAQ. See contrib/oracle and for tips, see the techdocs.postgresql.org site. -- Bruce Momjian

Re: [ADMIN] HELP FOR POSTGRESQL NEEDED...

2002-07-08 Thread Gaetano Mendola
From: "ozric tentacle" <[EMAIL PROTECTED]> wrote: > However when I try to connect to the database with C++ even though it allows ? > me to connect (providing the correct username & password) Did you started postmaster with -i option ? Ciao Gaetano ---(end of broadcas

Re: [ADMIN] memory strangeness (fwd)

2002-07-08 Thread Tim Ellis
On Sun, 7 Jul 2002 13:06:00 +0900 (JST) Curt Sampson <[EMAIL PROTECTED]> wrote: > > On this particular system, though, it's doing > > nothing except PG. 384 MB of RAM, I can give PG 160 of it, which > > leaves me with some 170 MB of idle RAM. > > No, that's not idle RAM; that's buffer cache. (Fr