Unix Technical Forum

Version 8.1

This is a discussion on Version 8.1 within the pgsql Novice forums, part of the PostgreSQL category; --> Is this database just standalone or can it be embedded. All the info that you can find concerning this ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Novice

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 10:35 PM
Saloom, Joe \
 
Posts: n/a
Default Version 8.1

Is this database just standalone or can it be embedded. All the info
that you can find concerning this would be greatly appreciated.

Thank you,

joe

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 10:36 PM
operationsengineer1@yahoo.com
 
Posts: n/a
Default Re: Version 8.1

--- "Saloom, Joe (Space Technology)"
<joe.saloom@ngc.com> wrote:

> Is this database just standalone or can it be
> embedded. All the info
> that you can find concerning this would be greatly
> appreciated.
>
> Thank you,
>
> joe


Joe, i'm no guru, but it would probably help if you
defined "embedded."

i've never heard of an embedded database and i'm
curious as to what it is.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 10:36 PM
Christopher Browne
 
Posts: n/a
Default Re: Version 8.1

The world rejoiced as joe.saloom@ngc.com ("Saloom, Joe \(Space Technology\)") wrote:
> Is this database just standalone or can it be embedded.* All the
> info that you can find concerning this would be greatly appreciated.


If, by "embedded," you mean that the database would run inside some
existing process, the answer is a clear "no, not gonna do that."

If you *truly* need an "embedded" database, you should probably look
into SQLite.

It would be possible to mostly hide a PostgreSQL instance, via:
- creating some local directory inside your application filesystem
where it would hide
- don't turn on TCP/IP; only use Unix Domain Sockets to communicate
with the instance
- make sure the UDS is created somewhere "hidden" in the application
filesystem so it isn't readily visible to users on the system

That would still consist of multiple processes independent of the
application...
--
let name="cbbrowne" and tld="cbbrowne.com" in name ^ "@" ^ tld;;
http://linuxdatabases.info/info/slony.html
Rules of the Evil Overlord #218. "I will not pick up a glowing ancient
artifact and shout "Its power is now mine!!!" Instead I will grab some
tongs, transfer it to a hazardous materials container, and transport
it back to my lab for study." <http://www.eviloverlord.com/>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 10:36 PM
John DeSoi
 
Posts: n/a
Default Re: Version 8.1


On Feb 16, 2006, at 2:05 PM, Saloom, Joe ((Space Technology)) wrote:

> Is this database just standalone or can it be embedded. All the
> info that you can find concerning this would be greatly appreciated.



PostgreSQL is designed to be a multi-user client/server database. You
won't find an easy way to embed it in another application.

Search the mailing list archives for previous discussions about this.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:24 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com