[HACKERS] Bug in Dependencies Code in 7.3.x?

2002-12-30 Thread Tara Piorkowski
testing column testing_id requires it You may drop table testing column testing_id instead -- Tara Piorkowski System Administrator, vilaj.com, LLC http://www.vilaj.com/ ---(end of broadcast)--- TIP 2: you can get off all lists at once

Re: [HACKERS] Bug in Dependencies Code in 7.3.x?

2002-12-30 Thread Tara Piorkowski
Tom Lane wrote: Tara Piorkowski [EMAIL PROTECTED] writes: junk= create table testing junk- (testing_id serial not null primary key); NOTICE: CREATE TABLE will create implicit sequence 'testing_testing_id_seq' for SERIAL column 'testing.testing_id' NOTICE: CREATE TABLE / PRIMARY KEY

Re: [HACKERS] [GENERAL] PostgreSQL v7.3b5 Packaged for Testing ...

2002-11-15 Thread Tara Piorkowski
as many platforms work as possible before release. All is well with 7.3b5 on Mac OS X 10.2.1 (Jaguar) on a PowerBook G4 [gcc (GCC) 3.1 20020420 (prerelease)]. == All 89 tests passed. == -- Tara Piorkowski System Administrator, vilaj.com, LLC http

Re: [HACKERS] Request for supported platforms

2002-10-30 Thread Tara Piorkowski
PROTECTED] The proper value seems to be: 15.3864610140472 or 15.3864610140473 in ./expected/geometry-powerpc-darwin.out. Which is it, folks? --- Tara Piorkowski wrote: Tom Lane wrote: Bruce Momjian writes: Folks

Re: [HACKERS] Request for supported platforms

2002-10-28 Thread Tara Piorkowski
row) SELECT (timestamp with time zone 'tomorrow' = (timestamp with time zone 'yesterday' + interval '2 days')) as True; True -- ! f (1 row) SELECT (timestamp with time zone 'tomorrow' 'now') as True; == -- Tara