Re: Strange trouble with pg_dump import

From: Hervé Piedvache <herve(at)elma(dot)fr>
To: shridhar_daithankar(at)persistent(dot)co(dot)in, pgsql-general(at)postgresql(dot)org
Subject: Re: Strange trouble with pg_dump import
Date: 2003-06-20 11:18:13
Message-ID: 200306201318.13788.herve@elma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nothing more than :
NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index
'mytable_pkey' for table 'mytable'
ALTER TABLE

bye,

Le Vendredi 20 Juin 2003 12:37, Shridhar Daithankar a écrit :
> On 20 Jun 2003 at 12:28, Hervé Piedvache wrote:
> > The really strange thing .. is that making this only from our classical
> > cron of the night (that we do not changed since 2 years) ... BUT if we do
> > the importation by "hands" doing a \i mydump or doing the same command
> > line as inside the night script cat my_dump | psql -U postgres mydatabase
> > ... then it's running perfectly ... !? We tried twice this morning to
> > import the database on the same server without any troubles ... !????
>
> Any errors recorded in logs when the cron import happened?
>
> Bye
> Shridhar
>
> --
> job Placement, n.: Telling your boss what he can do with your job.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Hervé Piedvache

Elma Ingénierie Informatique
6 rue du Faubourg Saint-Honoré
F-75008 - Paris - France
Pho. 33-144949901
Fax. 33-144949902

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kallol Nandi 2003-06-20 11:20:06 Re: JDBC in PostgreSql for Linux
Previous Message Darko Prenosil 2003-06-20 11:16:25 Re: Unable to create or drop plpgsql