with advocacy and 'portal' websites.
Link to createdb / dropdb from the tutorial page about create / dropdb.
A pair of notes were asking about more info...
Rod Taylor
-
PostgreSQL is a
relational
- database management system (
RDBMS).
+
PostgreSQL is a
object relational
+ database management system (
ORDBMS).
That means it is a system for managing data stored in
relations. Relation is essentially a
mathematical term for table. The notion of
cannot be undone, so this should only be done with a great deal of
forethought.
+
+ More about createdb and dropdb may
+ be found in and
+ respectively.
+