From: | Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com> |
---|---|
To: | Ramon Orticio <rporticio(at)yahoo(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: postgres file |
Date: | 2005-05-23 06:23:10 |
Message-ID: | 7104a737050522232339d4001@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
On 5/23/05, Ramon Orticio <rporticio(at)yahoo(dot)com> wrote:
> postgresql database files is quite complicated for me.
> how can one transfer a postgressl database file from
> one computer to another.
http://www.postgresql.org/docs/8.0/interactive/backup.html
> in access dbms, this can be
> easily done by locating the filename with extension
> .mdb. how does one do it in postgresql.
AFAIC, PostgreSQL uses partitoned database files to store data. Thus,
it's far from MS Access' concept. (Furthermore, both method have its
own pros and cons.) But, in the related documentation (which I pasted
above), you'll see how easy it is to backup/restore a PostgreSQL
database/table/object using supplied utilities.
Regards.
From | Date | Subject | |
---|---|---|---|
Next Message | Aarni Ruuhimäki | 2005-05-23 06:35:42 | Re: postgres file |
Previous Message | Ramon Orticio | 2005-05-23 01:37:27 | postgres file |