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
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
Στις Τετάρτη 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
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
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
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
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