Re: [ADMIN] New to PostgreSQL

2006-11-03 Thread Tomeh, Husam
sql-admin@postgresql.orgSubject: Re: [ADMIN] New to PostgreSQL Another very good resource is the PostgreSQL documentation itself --> http://www.postgresql.org/docs/8.1/static/index.htmlThanks,---Shoaib MirEnterpriseDB (www.enterprisedb.com) On 11/2/06, Mark Steben < [EMAIL PROTECTED]> wr

Re: [ADMIN] New to PostgreSQL

2006-11-02 Thread Andrew Sullivan
On Thu, Nov 02, 2006 at 11:13:24AM +0300, Achilleas Mantzios wrote: > > I think, apart from postgresql you gotta get familiar with the > linux/*bsd/unix > concepts as well, as sometimes performance has to do with OS tuning too. Let me echo that, because it's extremely important: when I was in c

Re: [ADMIN] New to PostgreSQL

2006-11-02 Thread Achilleas Mantzios
Στις Τετάρτη 01 Νοέμβριος 2006 21:39, ο/η Mark Steben έγραψε: > Good afternoon, > > > > I am a database administrator who has worked with mainframe DB2 databases > for 16 years. I am brand new to PostgreSQL. I just started a new job > where > Welcome to postgresql camp! i was MVS, os/390,... "sy

Re: [ADMIN] New to PostgreSQL

2006-11-01 Thread Shoaib Mir
Another very good resource is the PostgreSQL documentation itself --> http://www.postgresql.org/docs/8.1/static/index.htmlThanks,--- Shoaib MirEnterpriseDB (www.enterprisedb.com)On 11/2/06, Mark Steben < [EMAIL PROTECTED]> wrote: Good afternoon,   I am a database administrator

[ADMIN] New to PostgreSQL

2006-11-01 Thread Mark Steben
Good afternoon,   I am a database administrator who has worked with mainframe DB2 databases for 16 years.  I am brand new to PostgreSQL.  I just started a new job where I am the only DBA in the company and am expected to ramp up as soon as possible.  Are there any courses available to me

Re: [ADMIN] New to PostgreSQL, is this a DoS?

1998-11-16 Thread Dax Kelson
On Sun, 15 Nov 1998, Dax Kelson wrote: > Is this a denial of service? A remote user can connect and create as many > phantom tables as they want which could possibly interfere with normal > operation? How would the admin even know the name of the table to drop? > > If I connect locally as use

[ADMIN] New to PostgreSQL, is this a DoS?

1998-11-15 Thread Dax Kelson
I compiled and install 6.4 according to the INSTALL doc. I created a database with "createdb test", running as user "postgres", I connected "psql template1" and ran: CREATE USER billybob WITH PASSWORD hehe CREATEDB CREATEUSER; I then modified pg_hba.conf by adding: hostall 10.0.0.2