[PATCH] pgarchives: Bugfix: missing ids in pglister_sync - Mailing list pgsql-www

From Célestin Matte
Subject [PATCH] pgarchives: Bugfix: missing ids in pglister_sync
Date
Msg-id 23a04b00-ab59-6460-6ce2-d845f1be666c@cmatte.me
Whole thread Raw
Responses Re: [PATCH] pgarchives: Bugfix: missing ids in pglister_sync  (Magnus Hagander <magnus@hagander.net>)
List pgsql-www
groupid and listid are not explicitly set in pglister_sync's queries, which
causes the script to fail as these fields are NOT NULL and postgresql default
configuration does not auto-fill id fields.

This patch sets them explicitly by reusing the ones obtained from pglister.
-- 
Célestin Matte
Attachment

pgsql-www by date:

Previous
From: Célestin Matte
Date:
Subject: Re: [PATCH] pgarchives: pglister_sync: import lists with subscriber_access set to True
Next
From: Magnus Hagander
Date:
Subject: Re: [PATCH] pgarchives: pglister_sync: import lists with subscriber_access set to True