DB structure of PostGRE

Started by venu Vempatialmost 20 years ago3 messagesgeneral
Jump to latest
#1venu Vempati
venu.vempati@gmail.com

Hi,
my confession first..I have introduced myself this PostGRE db and I have a
basic doubt?

Where can I find a document about the structure of database/schema/users
etc..
and how is the data actually stored, like the datafiles, tablespaces.
by now you must have guessed I have some knowledge of Oracle..(oops can I
use thisname here??!!)
Thanks for your feedback.Just a link to a document should be OK to start
with, if someone is taking pain to explain, most welcome :))
Regards..
--Venu

#2Terry Lee Tucker
terry@esc1.com
In reply to: venu Vempati (#1)
Re: DB structure of PostGRE

On Wednesday 17 May 2006 12:19 pm, "venu Vempati" <venu.vempati@gmail.com>
thus communicated:
--> Hi,
--> my confession first..I have introduced myself this PostGRE db and I have
a --> basic doubt?
-->
--> Where can I find a document about the structure of database/schema/users
--> etc..
--> and how is the data actually stored, like the datafiles, tablespaces.
--> by now you must have guessed I have some knowledge of Oracle..(oops can I
--> use thisname here??!!)
--> Thanks for your feedback.Just a link to a document should be OK to start
--> with, if someone is taking pain to explain, most welcome :))
--> Regards..
--> --Venu
-->

http://www.postgresql.org/ has all sorts of documentation regarding the
questions you ask.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: venu Vempati (#1)
Re: DB structure of PostGRE

"venu Vempati" <venu.vempati@gmail.com> writes:

Where can I find a document about the structure of database/schema/users
etc..
and how is the data actually stored, like the datafiles, tablespaces.

http://developer.postgresql.org/docs/postgres/storage.html

regards, tom lane