[HACKERS] How to install and unistall

2003-09-10 Thread Nico King
I've notice when trying to uninstall by using the command gmake uninstall, I still could access my database, and also all my directories of postgresql and bin files are still there! I am not sure if I should first drop my database, but even when I did this all my postgres directoires remain there.

Re: [HACKERS] Temp tables and copy

2003-09-09 Thread Nico King
Note: forwarded message attached. Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software---BeginMessage--- hi it seems we are sharing the same problem at different levels. here is my original porblem which I posted couple of days ago:

Re: [HACKERS] Question about Scripting in Postgresql.

2003-09-05 Thread Nico King
thought of garding the data, but still this is dangerous when dealing with tons of data. ThanxRichard Huxton [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: On Friday 05 September 2003 00:24, Nico King wrote:[moving this to pgsql-general] The reason that I have to write a script to enter the data

[HACKERS] Question about Scripting in Postgresql.

2003-09-04 Thread Nico King
Here is the problem I have some key tables that I need to import some data into it.I can't go ahead and write insert into table value()for over 40 different tables and over 100s of rows and columns The reason that I have to write a script to enter the data into the tables is that what if I have