look in the contrib/linux ?i think? directory, and you will find an init
script for uses with Red Hat ... actually I modified mine some.
But basically, you su to postgres run the start up command and exit.
See the man page on su for how to do one command and exit.
On Tue, 1 Sep 1998, h a wrote:
On Tue, 1 Sep 1998, S.Ramaswamy wrote:
> We have our data now in FoxPro dbf format under DOS. We want to transfer
> this to
> Postgresql under Linux. What is the best way to do so?
> Regards
> S.Ramaswam
Off the top of my head ... in a hurry ... so check syntax ...
in vfp
use table
copy to filen
hi all
this question probably have been asked many times, but i couldn't find
the answer anywhere.
i have RH 5.1 and want to start pg automatically everytime i turn my
system on. how can i do that?
thanx
mark
__
Get Your Private, Free Email
Thomas Good writes:
>On Tue, 1 Sep 1998, S.Ramaswamy wrote:
>
>> We have our data now in FoxPro dbf format under DOS. We want to transfer
>> this to
>> Postgresql under Linux. What is the best way to do so?
Have you checked out the Xbase Perl module from CPAN? Xbase reads
generic DBF-format file
On Tue, 1 Sep 1998, S.Ramaswamy wrote:
> We have our data now in FoxPro dbf format under DOS. We want to transfer
> this to
> Postgresql under Linux. What is the best way to do so?
Hi,
I don't know the best way ;-)
Here is what I do (this is the `clumsy way'):
Dump the query output as a dump
We have our data now in FoxPro dbf format under DOS. We want to transfer
this to
Postgresql under Linux. What is the best way to do so?
Regards
S.Ramaswam