Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc - Mailing list pgsql-general

From Moray McConnachie
Subject Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc
Date
Msg-id 00e601bf1c94$f8ea1090$760e01a3@oucs.ox.ac.uk
Whole thread Raw
In response to Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc  (Bob Kline <bkline@rksystems.com>)
Responses Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc
List pgsql-general
> > I can't find the bug report form on the WWW to submit a bug report
for
> > psql on this. The FAQ merely says
> >
> > 1.13) How do I submit a bug report?
> >
> > Fill out the "bug-template" file and send it to:
bugs@postgreSQL.org
> >
> > No indication of how to get hold of the bug-template file...
> >
>
> $ locate bug.template
> /usr/doc/postgresql-6.5.2/bug.template
> /usr/src/pgsql/postgresql-6.5/doc/bug.template
>
> So it looks like the doc directory of your source distribution tree
> might be a good place to start looking.  Or just do a find / -name
> bug.template -print.

Thanks - perhaps the location of the file should be in the FAQ also?
----------------------------------------------------------------------
----------------
Moray.McConnachie@computing-services.oxford.ac.uk



pgsql-general by date:

Previous
From: Bob Kline
Date:
Subject: Re: [GENERAL] CREATE VIEW blah AS SELECT DISTINCT etc
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [GENERAL] Postgres INSERTs much slower than MySQL?