Re: Where's the Database?

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: B2D2(at)MaroisApps(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Where's the Database?
Date: 2001-04-17 06:32:11
Message-ID: 200104170632.f3H6WCU04260@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"Big Bad Data Daddy" wrote:
>Hey List;
>
>I've been really getting into PostgreSQL attempting to rewrite my current
>website ( www.HireLiveMusicians.com ) with a DB backend. The site is
>working on flat text files currently. My question is for archiving/backing
>up and just general knowledge, where are my databases being stored by
>default. I've been creating the database logged on a specific user not
>root. I'm just curious, I know that I'm supposed to write scripts to create
>the tables, triggers, indexes, etc and then import my exported data back
>into the tables if something runs amiss.

Your databases are stored where you told initdb to put them.

When you create a new database it goes in the same directory as all the others;
ownership is not relevant to that, since all the files are owned by the
postgresql administrator login.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"But as many as received him, to them gave he power to
become the sons of God, even to them that believe on
his name." John 1:12

Browse pgsql-docs by date

  From Date Subject
Next Message fabrizio.ermini 2001-04-17 08:37:21 Re: [GENERAL] Non-english articles on the techdocs.postgresql.org website
Previous Message Big Bad Data Daddy 2001-04-17 01:51:28 Where's the Database?