From: | "Henrik Steffen" <steffen(at)city-map(dot)de> |
---|---|
To: | "pg" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Serious Crash last Friday |
Date: | 2002-06-17 15:52:59 |
Message-ID: | 081701c21617$0eb1fe00$7100a8c0@topconcepts.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
yes, I was doing it on a living database... not good?
I was not using -a
this is structure dump of the employee table:
/* --------------------------------------------------------
phpPgAdmin 2.4-1 DB Dump
http://www.sourceforge.net/projects/phppgadmin/
Host: db.city-map.de:5432
Database : "kunden"
Table : "mitarbeiter"
2002-06-17 16:06:15
-------------------------------------------------------- */
CREATE TABLE "mitarbeiter" (
"miano" char(6),
"name" text,
"email" text,
"titel" text,
"telefon" text,
"pos" int4,
"benutzername" text,
"lastlogindate" date,
"lastlogintime" time,
"sprache" int4,
"prov1" int2,
"prov2" int2,
"region" char(4)
);
CREATE UNIQUE INDEX "mitarbeiter_miano_idx" ON "mitarbeiter" ("miano");
Mit freundlichem Gruß
Henrik Steffen
Geschäftsführer
top concepts Internetmarketing GmbH
Am Steinkamp 7 - D-21684 Stade - Germany
--------------------------------------------------------
http://www.topconcepts.com Tel. +49 4141 991230
mail: steffen(at)topconcepts(dot)com Fax. +49 4141 991233
--------------------------------------------------------
24h-Support Hotline: +49 1908 34697 (EUR 1.86/Min,topc)
--------------------------------------------------------
System-Partner gesucht: http://www.franchise.city-map.de
--------------------------------------------------------
Handelsregister: AG Stade HRB 5811 - UstId: DE 213645563
--------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | David A Dickson | 2002-06-17 16:04:55 | Re: Postgres DB recompilation |
Previous Message | Bruce Momjian | 2002-06-17 15:37:57 | Re: create definiton |