Thread: After install 7.3.4, I got a 7.3.3 ver. no?
After install PostgreSQL 7.3.4, I got a 7.3.3 version no? $ psql template1 Welcome to psql 7.3.3, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit template1=# select version(); version ---------------------------------------------------------------------------- ---- --------- PostgreSQL 7.3.3 on i686-pc-cygwin, compiled by GCC gcc (GCC) 3.2 20020927 (pre release) (1 row) Sepho
"Sephiroth" <sephiroth@optimasoft.com.tw> writes: > After install PostgreSQL 7.3.4, I got a 7.3.3 version no? I compiled 7.3.4 from source and both psql and the server report the correct version. Are you sure you actually installed 7.3.4 in the right place? Did you get the source from CVS or use a tarball? My best guess is that you're still running 7.3.3. :) -Doug
Sorry... I'm running PostgreSQL under Win32 I've forget to upgrade my cygwin after do that, it's ok! Sepho "Doug McNaught" <doug@mcnaught.org> writes news:m3ptinc4i2.fsf@varsoon.wireboard.com... > "Sephiroth" <sephiroth@optimasoft.com.tw> writes: > > > After install PostgreSQL 7.3.4, I got a 7.3.3 version no? > > I compiled 7.3.4 from source and both psql and the server report the > correct version. Are you sure you actually installed 7.3.4 in the > right place? Did you get the source from CVS or use a tarball? > > My best guess is that you're still running 7.3.3. :) > > -Doug > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org >