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:

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

2002-12-30 Thread Tara Piorkowski
id) junk=> drop sequence testing_testing_id_seq; ERROR: Cannot drop sequence testing_testing_id_seq because table 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.

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

2002-11-15 Thread Tara Piorkowski
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 <h

Re: [HACKERS] Request for supported platforms

2002-10-30 Thread Tara Piorkowski
Witney ([EMAIL 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: > &

Re: [HACKERS] Request for supported platforms

2002-10-28 Thread Tara Piorkowski
ne '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 Piorkowski System