Re: [GENERAL] What packages I need to install to get Postgres working

2009-12-07 Thread Sam Mason
On Sun, Dec 06, 2009 at 02:21:09PM -0800, John R Pierce wrote: > yourusername $ sudo su - postgres > postgres $ psql Somebody pointed out to me on this list that you don't need su for that. The following is equivalent: sudo -u postgres psql Also, because it's all one line it plays nicely when

Re: [GENERAL] What packages I need to install to get Postgres working

2009-12-06 Thread Jean-Yves F. Barbier
Andre Lopes a écrit : > Hi, > > Thanks for your reply. > > I have installed postgresql 8.3, and now, what I need to do to get > things working? Install PGAdmin? Or there are other steps I need to do Daemons are active as soon as installation is completed. > to get things working? For example,

Re: [GENERAL] What packages I need to install to get Postgres working

2009-12-06 Thread John R Pierce
Andre Lopes wrote: Hi, Thanks for your reply. I have installed postgresql 8.3, and now, what I need to do to get things working? Install PGAdmin? Or there are other steps I need to do to get things working? For example, how can I define the password for access as sysadmin? yourusername $

Re: [GENERAL] What packages I need to install to get Postgres working

2009-12-06 Thread Andre Lopes
Hi, Thanks for your reply. I have installed postgresql 8.3, and now, what I need to do to get things working? Install PGAdmin? Or there are other steps I need to do to get things working? For example, how can I define the password for access as sysadmin? Best Regads, On Sun, Dec 6, 2009 at 9:48

Re: [GENERAL] What packages I need to install to get Postgres working

2009-12-06 Thread Raymond O'Donnell
On 06/12/2009 21:35, Andre Lopes wrote: > I have used Postgres on windows, but now I need to develop a website in > Linux envoirnment. > > I have installed Ubuntu Desktop, but now I need to know what packages > install to get Postgres working. I think Ubuntu's packaging system is based on the De

[GENERAL] What packages I need to install to get Postgres working

2009-12-06 Thread Andre Lopes
Hi, I have used Postgres on windows, but now I need to develop a website in Linux envoirnment. I have installed Ubuntu Desktop, but now I need to know what packages install to get Postgres working. Best Regards, André.