dbTalk Databases Forums  

scan into many tables

comp.databases.postgresql comp.databases.postgresql


Discuss scan into many tables in the comp.databases.postgresql forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Robert Klemme
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 11:55 AM






On 22.07.2012 14:09, Matthew Woodcraft wrote:
Quote:
In article <87eho4844v.fsf (AT) einstein (DOT) gmurray.org.uk>,
Graham Murray <newspost (AT) gmurray (DOT) org.uk> wrote:
Greg Hennessy <greg.hennessy (AT) cox (DOT) net> writes:

I don't see a parameter with this name in my postgresql.conf file.
I'm running 8.1.23, on Redhat 5.

You should seriously consider upgrading as postgresql 8.1 went EOL in
November 2010.

8.1 is what shipped with RHEL 5, so I think Red Hat will be providing
full support for some time yet.
Does that mean they will implement security fixes and general bug fixes
in their version of PostgreSQL?

Cheers

robert

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

Reply With Quote
  #12  
Old   
Don Y
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 12:30 PM






Hi Mathew,

On 7/22/2012 5:09 AM, Matthew Woodcraft wrote:
Quote:
In article<87eho4844v.fsf (AT) einstein (DOT) gmurray.org.uk>,
Graham Murray<newspost (AT) gmurray (DOT) org.uk> wrote:
Greg Hennessy<greg.hennessy (AT) cox (DOT) net> writes:

I don't see a parameter with this name in my postgresql.conf file.
I'm running 8.1.23, on Redhat 5.

You should seriously consider upgrading as postgresql 8.1 went EOL in
November 2010.

8.1 is what shipped with RHEL 5, so I think Red Hat will be providing
full support for some time yet.

(Of course there are other good reasons to upgrade, but I imagine if it
was easy to do he'd have done it already.)
"Easy" doesn't mean that it doesn't "take time". As with most
projects, *that* is usually the limiting factor (only so many
hours in a day!)

I've found it is reasonably painless to move (forward) along the
pg upgrade path. It's a bit of a chore dumping and reloading
an entire database (depending on size and secondary storage you have
available to you) but (so far), so far, the process seems to go without
a hitch.

OTOH, I always build from sources so if you're stuck waiting for
a prepackaged binary, your mileage *will* vary :-/

Reply With Quote
  #13  
Old   
Hans Castorp
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 01:24 PM



Don Y wrote on 22.07.2012 19:30:
Quote:
It's a bit of a chore dumping and reloading
an entire database (depending on size and secondary storage you have
available to you) but (so far), so far, the process seems to go without
a hitch.
Since 8.4 and pg_upgrade, upgrades have become much less painful.

Reply With Quote
  #14  
Old   
Don Y
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 02:54 PM



Hi Hans,

On 7/22/2012 11:24 AM, Hans Castorp wrote:
Quote:
Don Y wrote on 22.07.2012 19:30:
It's a bit of a chore dumping and reloading
an entire database (depending on size and secondary storage you have
available to you) but (so far), so far, the process seems to go without
a hitch.

Since 8.4 and pg_upgrade, upgrades have become much less painful.
I'm not sure I "trust" pg_upgrade, entirely, when it comes to
the "universe of potential databases/sets" it might encounter.

E.g., I have several custom base types that I use. So, as part of
each upgrade, I dig through the sources to see what, if anything,
in the "type interface" may have changed to be sure my existing
types will continue to work when imported to the new implementation.

I find the dump + reload option is the most reassuring one (to me)
as I *know* that my code will rexamine the dumped data as it is
being reloaded. I don't have to worry that some subtle change
will bite me *after* it's in place (without a way of returning to
the known, working configuration).

And, of course, pg_upgrade doesn't help you *build* the new
binaries (which Matthew might require)

Reply With Quote
  #15  
Old   
Matthew Woodcraft
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 03:07 PM



Robert Klemme <shortcutter (AT) googlemail (DOT) com> wrote:
Quote:
On 22.07.2012 14:09, Matthew Woodcraft wrote:
8.1 is what shipped with RHEL 5, so I think Red Hat will be providing
full support for some time yet.

Does that mean they will implement security fixes and general bug fixes
in their version of PostgreSQL?
I expect it's something along the lines of security fixes and dataloss
bug fixes, and I think it's unlikely there'll be many of the latter
turning up now.

I'm not speaking from experience; I use Debian and maybe there's some
fine print I haven't seen.

But certainly Red Hat employ sufficient expertese, and RHEL5 isn't even
out of the highest-level-support part of its 'lifecycle' yet.

-M-

Reply With Quote
  #16  
Old   
Greg Hennessy
 
Posts: n/a

Default Re: scan into many tables - 07-22-2012 , 05:57 PM



On 2012-07-22, Graham Murray <newspost (AT) gmurray (DOT) org.uk> wrote:
Quote:
Greg Hennessy <greg.hennessy (AT) cox (DOT) net> writes:

I don't see a parameter with this name in my postgresql.conf file.
I'm running 8.1.23, on Redhat 5.

You should seriously consider upgrading as postgresql 8.1 went EOL in
November 2010.
I'll upgrade as soon as redhat 5 upgrades. It is a work requirement
that I track redhat 5. Well, I could track redhat 6, but I don't
really want to upgrade my entire cluster at this point.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.