Re: psql comands

2006-09-13 Thread Jan Dinger
wget http://www.devroom.org/files/profi_lamp_install_guide.tar.gz Iuri Sampaio wrote: I tried but it says that the file is not recognized as a tar file :( As the filename is: profi_lamp_install_guide.tar.tar So I ran [EMAIL PROTECTED]:~$ tar -xvf profi_lamp_install_guide.tar.tar tar: Read 1918

RE: psql comands

2006-09-12 Thread Iuri Sampaio
s.html thanks -Original Message- From: Mumia W. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:44 AM To: Debian User Subject: Re: psql comands On 09/07/2006 12:23 AM, Iuri Sampaio wrote: > [...] I couldn't open the docs at > > http://www.devroom.org/index.php?articl

Re: psql comands

2006-09-07 Thread Jan Dinger
Here is the PostgreSQL-Part: You need Readline or compiling pgsql with "without-readline" Readline - Readline (v5.1) (ftp://ftp.gnu.org/gnu/readline/) # ./configure # make # make install !!OpenSSL is optional or tell

Re: psql comands

2006-09-07 Thread Jan Dinger
The "Download" link at that url points to a .tar.gz archive file. The documentation is probably inside it. Un-tar that file with something like this: mkdir ~/lampp tar xvzf profi_lampp_install_guide.tar.gz -C ~/lampp Thats right :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Re: psql comands

2006-09-06 Thread Mumia W.
On 09/07/2006 12:23 AM, Iuri Sampaio wrote: [...] I couldn't open the docs at http://www.devroom.org/index.php?article_id=10 don't you have a htm, or pdf version? The "Download" link at that url points to a .tar.gz archive file. The documentation is probably inside it. Un-tar that file wit

psql comands

2006-09-06 Thread Iuri Sampaio
So far I got the follow situation... I have psql commands working properly as postgres user. And I need to set it up on other users   [EMAIL PROTECTED]:~$ psql -su: psql: command not found [EMAIL PROTECTED]:~$       env | grep path   [EMAIL PROTECTED]:~$ env | grep PATH LD_LI