And my second doubt is how to let other computer access the postgresql server.
What should be the settings done in the config files/.
- You need to make entries, for the clients you want to connect to the server,
in pg_hba.conf file. you can search for the file default location is data
d
Greetings,
While the online documentation is the definitive document, I've found
the Apress book Beginning Databases with PostgreSQL: From Novice to
Professional very helpful. There is a section on connecting to
computers using a variety of languages.
Carol Walter
On Jun 25, 2008, at 11
>>> "kartik" <[EMAIL PROTECTED]> wrote:
> can anyone please tell me how to configure it .. and I have few
windows
> clients that needs to be connected to the database server.. can
anyone
> please tell me something about how to configure the server and the
client
The PostgreSQL documentation is
Out the box installation will get you a system up and running, from there you
have a choice of tools you can use such as Navicat to connect to the database.
I am assuming you have networked machines. You then can create a new
database, tables and populate them with data. The Oracle SGA is tr
Hello there,
I am installing postgresql on debian os.
So can anyone please tell me how to configure it .. and I have few windows
clients that needs to be connected to the database server.. can anyone
please tell me something about how to configure the server and the client
.
thanks
Hello there,
I was using oracle till now but now I have shifted to postgresql. Postgresql
is completely new for me.
I just want to know that there is sga(System Global Area) defined in oracle
, so do we have the same thing in postgresql.. and if its there how to
configure it.
And my second do