Re: [HACKERS] pg_dump error

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: sferac(at)bo(dot)nettuno(dot)it (Jose' Soares Da Silva)
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: [HACKERS] pg_dump error
Date: 1998-06-16 03:19:07
Message-ID: 199806160319.XAA22474@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

>
> Hi all,
>
> I think there's an error on pg_dump,
> my environment is:
> Lynux 2.0.33
> PostgreSQL 6.3
>
> 1) ----VARCHAR(-50)------------------------------------------
>
> I created a table as:
> CREATE TABLE utente (
> intestazione_azienda varchar,
> indirizzo varchar
> );
>
> using pg_dump -d mydatabase > file
>
> file is like:
> \connect - postgres
> CREATE TABLE utente (intestazione_azienda varchar(-5), indirizzo varchar(-5));

Basically, something major is wrong in your installation. I have never
heard a report like this, and people use pg_dump all the time.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

  • pg_dump error at 1998-05-19 12:24:31 from Jose' Soares Da Silva

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Mount 1998-06-16 05:50:12 Re: [GENERAL] libq++ and security help
Previous Message Bruce Momjian 1998-06-16 02:30:49 Re: [QUESTIONS] Free SQL Book/Tutorial in PDF. (about DB/2)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-06-16 04:02:03 Re: [PORTS] Linux/Alpha.... Progress...
Previous Message Bruce Momjian 1998-06-16 02:58:27 Re: [BUGS] Small bug in union