Postgres: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: ==standard commands== ===create database=== CREATE DATABASE "youcall" WITH OWNER = youcall ENCODING = 'UTF8';)
 
 
Zeile 1: Zeile 1:
 
==standard commands==
 
==standard commands==
 
===create database===
 
===create database===
CREATE DATABASE "youcall" WITH OWNER = youcall ENCODING = 'UTF8';
+
CREATE DATABASE "youcall" WITH OWNER = youcall ENCODING = 'UTF8';

Aktuelle Version vom 1. Oktober 2008, 09:50 Uhr

standard commands

create database

CREATE DATABASE "youcall" WITH OWNER = youcall ENCODING = 'UTF8';