Re: [HACKERS] Example Database Script

2000-11-27 Thread Bruce Momjian
> At 14:11 28/11/00 +0800, Christopher Kings-Lynne wrote: > >Hi, > > > >Does anyone have a snippet of postgres SQL that will create a database with > >_everything_ that postgres supports? (ie. types, functions, constraints, > >operators, everything...) > > I tend to use my own databases (because

Re: [HACKERS] Example Database Script

2000-11-27 Thread Philip Warner
At 14:11 28/11/00 +0800, Christopher Kings-Lynne wrote: >Hi, > >Does anyone have a snippet of postgres SQL that will create a database with >_everything_ that postgres supports? (ie. types, functions, constraints, >operators, everything...) I tend to use my own databases (because the have lots o

[HACKERS] Example Database Script

2000-11-27 Thread Christopher Kings-Lynne
Hi, Does anyone have a snippet of postgres SQL that will create a database with _everything_ that postgres supports? (ie. types, functions, constraints, operators, everything...) I just need it for testing SQL dump code. If not, then I'll create one myself and post it back here. Thanks, Chri