Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Embedding postgresql in my application



On Sat, December 16, 2006 18:47, Murray Cumming wrote:

> Well, I want multiple users, from multiple networked computers to be
> able to use the database simultaneously. TCP/IP seems the logical way to
> do this.

Ah--I had not understood that you wanted to access the database remotely. 
But in that case, in what sense would the database be "embedded" in your
application!?


>> Yes.  Except for the createuser: if user X owns these directories and
>> postgres is started under user identity X, then X is automatically
>> (well,
>> by default) the superuser for that database.  No need to create it.
>
> Are we talking about a Linux user or Postgres user as "user X"? I
> thought they were separate lists of users.

They are.  But if you're on a local connection, as I had been assuming,
you can couple them which is often both safe and convenient.


>> There's the configuration files, of course, in /etc/postgresql*.  You'll
>> have to look up the necessary options to replace those with local
>> versions.
>
> Is there no way to put the configuration file in the directory too?

Certainly.  You'll just have to look up the necessary options to replace
the default configuration files with your local versions.


Jeroen





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group