> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: 06 November 2005 11:07 > To: Raphaël Enrici > Cc: Andreas Pflug; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Release schedule > > > > > -----Original Message----- > > From: Raphaël Enrici [mailto:[EMAIL PROTECTED] > > Sent: 06 November 2005 10:37 > > To: Dave Page > > Cc: Andreas Pflug; pgadmin-hackers@postgresql.org > > Subject: Re: [pgadmin-hackers] Release schedule > > > > Can you list the missing ones please? For Debian packaging I need to > > keep the original tarball (that's a mandatory rule). I'll add > > them as a > > patch. > > docs/en_US/slony/function.createevent-name-text-text-text-text > -text-text-text-text.html > docs/en_US/slony/function.forwardconfirm-integer-integer-bigin > t-timestamp-without-time-zone.html > docs/en_US/slony/function.createevent-name-text-text-text-text > -text-text-text-text-text.html > > Not the shortest names are they? Oddly, it seems to work OK > if I build the tarball on OS X, which is fine if it weren't > for the fact that developer.pgadmin.org runs Slackware... > > tardir=pgadmin3-1.5.0 && /bin/sh > /usr/local/src/pgadmin3/config/missing --run tar chof - > "$tardir" | GZIP=--best gzip -c >pgadmin3-1.5.0.tar.gz > tar: > pgadmin3-1.5.0/docs/en_US/slony/function.createevent-name-text > -text-text-text-text-text-text-text.html: file name is too > long (max 99); not dumped > tar: > pgadmin3-1.5.0/docs/en_US/slony/function.forwardconfirm-intege > r-integer-bigint-timestamp-without-time-zone.html: file name > is too long (max 99); not dumped > tar: > pgadmin3-1.5.0/docs/en_US/slony/function.createevent-name-text > -text-text-text-text-text-text-text-text.html: file name is > too long (max 99); not dumped > tar: Error exit delayed from previous errors
Having said that - I did just find a fix. Hold on, and I'll re-roll the tarball. /D ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match