Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Re: création de base en UTF8



> jl(at)machinchose(dot)com a écrit :

>>> Le journal de PostgreSQL contiendra plus d'informations. La
>>> connaissance du fichier cre_tab.sql aiderait aussi (par exemple à
>>> tenter de reproduire l'erreur).
>>>
>>
>> $ cat cre_tab.sql
>> CREATE TABLE adresses (
>>    id SERIAL UNIQUE NOT NULL,
>>    prenom TEXT,
>>    nom TEXT
>> );
>>
>
> c'est la tout le contenu de votre fichier ???
> pouvez vous le fournir en piece jointe, svp ?

Rien de transcendant, je crains :(

JL
CREATE TABLE adresses (
   id SERIAL UNIQUE NOT NULL,
   prenom TEXT,
   nom TEXT
);


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group