[GENERAL] PostreSQL Single File ( Like M$ Access)

2008-03-10 Thread Christian Teguh
Hi guys, i just wondering, i there a way to make PostgreSQL database like M$
Access. That have only single or several files without installing it.??
Thanks for your attention.

Regards..

Christian


Re: [GENERAL] PostreSQL Single File ( Like M$ Access)

2008-03-10 Thread Craig Ringer
Magnus Hagander wrote:
 On Mon, Mar 10, 2008 at 01:43:03PM +0700, Christian Teguh wrote:
 Hi guys, i just wondering, i there a way to make PostgreSQL database like M$
 Access. That have only single or several files without installing it.??
 Thanks for your attention.
 
 No.
 Unless you create a file and mount a loopback filesystem on it, but I'm
 sure that's not what you're looking for.

Consequently you might want to look into embeddable databases like
SQLite, Firebird, Berkeley DB (NOT SQL), etc.

--
Craig Ringer

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] PostreSQL Single File ( Like M$ Access)

2008-03-10 Thread Magnus Hagander
On Mon, Mar 10, 2008 at 01:43:03PM +0700, Christian Teguh wrote:
 Hi guys, i just wondering, i there a way to make PostgreSQL database like M$
 Access. That have only single or several files without installing it.??
 Thanks for your attention.

No.
Unless you create a file and mount a loopback filesystem on it, but I'm
sure that's not what you're looking for.

//Magnus

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] PostreSQL Single File ( Like M$ Access)

2008-03-10 Thread Uwe Seher
On Mon, 10 Mar 2008 07:43:03 +0100, Christian Teguh  
[EMAIL PROTECTED] wrote:


Hi guys, i just wondering, i there a way to make PostgreSQL database  
like M$

Access. That have only single or several files without installing it.??
Thanks for your attention.

Regards..

Christian


No, thereis no postgres-way to do so, i think. But you can maybe export  
your database into sqlite, which stores all in one file. But there is no  
more multiuser-access or something else what is provided by a  
database-server.


CU Uwe


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] PostreSQL Single File ( Like M$ Access)

2008-03-10 Thread Chris Browne
[EMAIL PROTECTED] (Christian Teguh) writes:
 Hi guys, i just wondering, i there a way to make PostgreSQL database
 like M$ Access. That have only single or several files without
 installing it.?? Thanks for your attention.

No, there isn't, just as there isn't a make it faster flag.

If you truly require that your database be stored in one file, then
you will need to consider some other database system.  I believe
SQLite and Firebird both are able to function as you evidently desire.
-- 
(reverse (concatenate 'string gro.mca @ enworbbc))
http://linuxdatabases.info/info/oses.html
VERITAS AETERNA -- DON'T SETQ T.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general