Re: beginne' - inserting a record

From: Rodrigo Gonzalez <rjgonzale(at)gmail(dot)com>
To: tothaa(at)freestart(dot)hu
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: beginne' - inserting a record
Date: 2005-12-03 22:38:20
Message-ID: 43921E5C.9050101@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

dont use " user '

Andrew Toth wrote:

>
> Dear List,
>
> I have managed some small databases with FoxPro, but something is not
> known by me to manage postgresql databases :(
>
> I had created a database as 'postgres' user and I tried the following
> as 'postgres' user too under Debian SID with postgresql 8.1:
> (it seems to be a Hungarian version :-) - FoxPro couldn't speak
> Hungarian)
>
> # psql MediaBin
> [...]
> MediaBin=# \d media
> Tábla "public.media"
> Oszlop | Típus | Módosító
> ----------+--------------+----------
> type | character(3) |
> capacity | smallint |
> mid | character(5) |
>
> MediaBin=# insert into media values ("000", 120, "00001");
> ERROR: column "000" does not exist
>
> MediaBin=#
>
>
> What the Hell could be wrong?
>
>
>
>
>
>
>
> /--/
>
> /Tisztelettel: / Grüße / Yours /faitfully,
> Andrew Toth
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Uwe C. Schroeder 2005-12-03 23:07:19 Re: 8.1, OID's and plpgsql
Previous Message Bruno Wolff III 2005-12-03 21:30:00 Re: Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits