2006/11/2, Albe Laurenz <[EMAIL PROTECTED]>:
psql -h host -p port -d database -U user >>
>>> It's a good enough solution in most cases, but when the rowcount
>>> starts to skyrocket, it simply doesn't seem to cut it (at least I
>>> couldn't make it to).
>>
>> INSERT statements? You dumped wi
psql -h host -p port -d database -U user >>
>>> It's a good enough solution in most cases, but when the rowcount
>>> starts to skyrocket, it simply doesn't seem to cut it (at least I
>>> couldn't make it to).
>>
>> INSERT statements? You dumped with the -d flag, didn't you?
>
> No I didn't, a
2006/11/1, Alban Hertroys <[EMAIL PROTECTED]>:
Tomi NA wrote:
> 2006/10/31, Albe Laurenz <[EMAIL PROTECTED]>:
>> You feed it to the command line interface psql.
>>
>> Example:
>> psql -h host -p port -d database -U user
> It's a good enough solution in most cases, but when the rowcount
> starts
Tomi NA wrote:
2006/10/31, Albe Laurenz <[EMAIL PROTECTED]>:
You feed it to the command line interface psql.
Example:
psql -h host -p port -d database -U user
It's a good enough solution in most cases, but when the rowcount
starts to skyrocket, it simply doesn't seem to cut it (at least I
cou
"Tomi NA" <[EMAIL PROTECTED]> writes:
> 2006/10/31, Albe Laurenz <[EMAIL PROTECTED]>:
>> psql -h host -p port -d database -U user It's a good enough solution in most cases, but when the rowcount
> starts to skyrocket, it simply doesn't seem to cut it (at least I
> couldn't make it to).
It certain
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/31/06 17:17, Tomi NA wrote:
> 2006/10/31, Albe Laurenz <[EMAIL PROTECTED]>:
[snip]
> It's a good enough solution in most cases, but when the rowcount
> starts to skyrocket, it simply doesn't seem to cut it (at least I
> couldn't make it to). To l
2006/10/31, Albe Laurenz <[EMAIL PROTECTED]>:
> I have a little problem. I have an .sql file ( db dump )
> and i want to import it to postgres on linux.
>
> Does anyone know how i can do it?
You feed it to the command line interface psql.
Example:
psql -h host -p port -d database -U user
It
> I have a little problem. I have an .sql file ( db dump )
> and i want to import it to postgres on linux.
>
> Does anyone know how i can do it?
You feed it to the command line interface psql.
Example:
psql -h host -p port -d database -U user http://www.postgresql.org/docs/faq