Re: Crear base de datos con psql

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: Juan Martínez <jeugenio(at)umcervantes(dot)cl>
Cc: "Agustin Casiva" <casivaagustin(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Crear base de datos con psql
Date: 2006-07-12 05:09:26
Message-ID: c2d9e70e0607112209j64433947sebc8568a792defce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

> O mas lindo aun, agregando estas lineas al comienzo del script SQL
>
> CREATE DATABASE <nombre_bd>
> \c <nombre_bd>
>

y quiza, despues de cambiarte a la nueva base:
CREATE LANGUAGE plpgsql;

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Fernando Aguada 2006-07-12 11:29:52 Re: Consulta sobre insert en un bucle
Previous Message Jaime Casanova 2006-07-12 04:41:23 Re: Consulta sobre insert en un bucle