Setting up Koji question - postgres

Tom Lane tgl at redhat.com
Sat Jun 2 14:38:23 UTC 2012


Mathieu Bridon <bochecha at fedoraproject.org> writes:
> On Sat, 2012-06-02 at 10:14 +0200, Dan HorĂ¡k wrote:
>> as it seems the koji sql files are not packaged you must get them from
>> the koji source package

> Not packaged?

> $ yum whatprovides \*koji\*sql
> [... snip ...]
> koji-1.6.0-3.fc17.noarch : Build system tools
> Repo        : fedora
> Matched from:
> Filename    : /usr/share/doc/koji-1.6.0/docs/schema.sql
> Filename    : /usr/share/doc/koji-1.6.0/docs/schema-upgrade-1.4-1.5.sql
> Filename    : /usr/share/doc/koji-1.6.0/docs/schema-upgrade-1.3-1.4.sql
> Filename    : /usr/share/doc/koji-1.6.0/docs/schema-upgrade-1.2-1.3.sql

Why is that sort of thing being kept in %doc?  I always thought that
doc files should be those that aren't required in the operation of
the software, which is surely not the case if these are needed to
set up the database.

Anyway, these are surely unrelated to postgres' information_schema.sql,
which is automatically installed when the database is initialized
(hence the OP was getting a lot of errors from the objects already
existing).

			regards, tom lane


More information about the devel mailing list