Re: [BUGS] Bug #830: 7.3 - timespan missing?

2002-12-02 Thread Tom Lane
Dustin Sallings <[EMAIL PROTECTED]> writes: > The ``reltime'' used to be a ``timespan.'' Is there a better way > to construct this type of query? 'reltime' is deprecated in favor of 'interval', too. regards, tom lane ---(end of broadcast)---

Re: [BUGS] bug in vacuumlo (postgreSQL-7.3)? (fwd)

2002-12-02 Thread Tom Lane
Peter Mount <[EMAIL PROTECTED]> writes: > it always complains that >vacuumlo: missing required argument: database name Yup, you're right --- this seems to have been introduced since 7.2. Fixed; thanks for the report. regards, tom lane ---(end o

Re: [BUGS] Bug #833: prep_buildtree and solaris ln

2002-12-02 Thread Bruce Momjian
'ln -fs' doesn't do the same thing as 'ln -s -f' on Solaris? Are you sure? This is the first we are hearing this. --- [EMAIL PROTECTED] wrote: > Nathan Mueller ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The

[BUGS] Bug #833: prep_buildtree and solaris ln

2002-12-02 Thread pgsql-bugs
Nathan Mueller ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description prep_buildtree and solaris ln Long Description The linking command in config/prep_buildtree doesn't work with /usr/ucb/ln on solaris. If line 36 is changed from:

Re: [BUGS] Fwd: [GENERAL] returning CHAR from C function

2002-12-02 Thread elein
Thanks. This is helpful. The only inconsistency on the postgresql side is the PG_RETURN_CHAR which does return the one character, not the bpchar. Perhaps a PG_RETURN_CHAR1 or PG_RETURN_CHAR_REALLY would help. I think the only people who would get caught with it as it is are those writing C fun

[BUGS] bug in vacuumlo (postgreSQL-7.3)? (fwd)

2002-12-02 Thread Peter Mount
-- Forwarded message -- Date: Sun, 1 Dec 2002 23:32:35 -0500 From: Hsin-Yu Sidney Li <[EMAIL PROTECTED]> To: Peter Mount <[EMAIL PROTECTED]> Subject: bug in vacuumlo (postgreSQL-7.3)? Hi, I'm sorry if this has already been reported. (I had no luck searching the postgreSQL archi