octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44345] Database package: Error connecting to


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #44345] Database package: Error connecting to older Postgresql
Date: Wed, 25 Feb 2015 18:47:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.4.0

Follow-up Comment #8, bug #44345 (project octave):

Thanks, but still two things:

1. I wouldn't rely on 'pg_config --version' always prepending the program
name, there might be versions (maybe in the future) in which only the version
number is printed. This was cared for by the previous regular expression,
could you do something similar with awk?

2. Can't


if ( $1 >8 || $1 == 8 && $2 >= 3 )


be written as

+verbatim
if ( $1 >= 8 && $2 >= 3 )


?

Olaf

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44345>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]