1- Instala como root:
En la barra de aplicaciones
sistema->instalar paquetes-> busca: postgresql->instalar
2-En la consola o terminal de linux arranca el servicio
[EMAIL PROTECTED] postgresql start
3- Crean el usurio postgres
[EMAIL PROTECTED] postgres
4- Asingnan el password
[EMAIL PROTECTED] postgres
Changing password for user postgres.
New password: (colocar cualquier contrase�a)
5-Entran a postgres
[EMAIL PROTECTED] postgres
bash-2.05b$ createdb (colocar cualquier nombre) ej:datos
6- Entran a la base de datos
bash-2.05b$ psql datos
Welcome to psql 7.3.2, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
datos=#
7- Escriben sentencias sql
datos=# CREATE TABLE PERSONA(nombre VARCHAR, cedula NUMERIC(1000));
CREATE TABLE
etc etc etc
Mayor info:
http://www.postgresql.org/
...............
--
********************************************
ESTUDIANTE DE ING. DE SISTEMAS
GRUPO LINUX UNICAUCA
GRUPO DE ESTUDIO DE LA ARQUITECTURA
.NET EN SW/LIBRE - PROYECTO MONO
http://www.unicauca.edu.co/~rcarreno
http://rocarreno.blogspot.com/
[EMAIL PROTECTED]
2005
********************************************
_______________________________________________
GLUC mailing list
[email protected]
http://listas.unicauca.edu.co/mailman/listinfo/gluc