Re: [GENERAL] Where do I find the init-script

2004-02-09 Thread nednieuws | charles
> I'm guessing they mean the SQL to recreate the database. > Normally pg_dump will > dump both the schema-creationg SQL and the data for the > tables. You can > restrict this with --data-only or --schema-only. That's what I do now: I dump the schema along with the data. > Difficult to say wha

Re: [GENERAL] Where do I find the init-script

2004-02-09 Thread Richard Huxton
On Monday 09 February 2004 16:36, nednieuws | charles wrote: > Oh, is that it. I thought they were talking about a script to init the db > :-). > > They said: If you send the init script along with the dump, it's easier to > restore the db. Hmm - that's probably not what they want. I'm guessing t

[GENERAL] Where do I find the init-script

2004-02-08 Thread nednieuws | charles
Title: Bericht I've been asked to send the init-script along with the dump. Where can I find it?   -- Regards, Charles.