Dotable - the home of "No worries" hosting!  
 
Home About Products F.A.Q Network Status Affiliates Support Contact Search Terms
 
Welcome to Dotable. We don't look like the average web host, that's because we're not. If you're looking for value packed reliable well priced hosting with friendly customer service, then you've come to the right place! Dotable currently hosts more than 10,000 domains for clients from all parts of the planet, so we must be doing something right!  

We love this business. We've been hosting since 2001, and seen a lot of changes on the net. Our mission at Dotable is to empower our clients so they can achieve their online goals. Feel free to browse our Products and don't hesitate to contact us if you need to.

Dotable mascot! Welcome to Dotable
Go Back   Dotable - Dot your Domains™ > Dotable Support Forum
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 10th January 2008, 09:28 PM   #11 (permalink)
pro webdeveloper
 
Ergo's Avatar
 
Join Date: Jul 2006
Location: Poland
Posts: 277
Default

Quote:
Also, will the upgrade to 8.2 be reflected in phpinfo and phpPgAdmin?
it will.


Quote:
Would it be possible for you to set the default encoding to utf-8 or unicode when you upgrade postgres, please?
for language like mine utf-8 is a must ;-) should be default for all

Quote:
I believe the default locale is C, which is ideal for me.
locales are for server messages iirc ? C is for "system settings right ?
__________________

http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
Ergo is offline   Reply With Quote
Old 10th January 2008, 10:17 PM   #12 (permalink)
hal
Member
 
Join Date: May 2006
Posts: 49
Default

Hi Ergo

Here's some information about locales, which is interesting. Basically they provide locale-specific collation order, number formatting, translated messages, and other aspects. For an database-driven application to be portable, it is best to use the C locale, as it is always available regardless of platform, and is typically already set as the default at installation time.

http://www.postgresql.org/docs/8.2/i...e/charset.html
http://www.cs.utah.edu/dept/old/texi...library_7.html

Cheers
Hal
hal is offline   Reply With Quote
Old 10th January 2008, 10:19 PM   #13 (permalink)
pro webdeveloper
 
Ergo's Avatar
 
Join Date: Jul 2006
Location: Poland
Posts: 277
Default

Quote:
Hi Eros
mauhahaahhahaa ! ;-)
i read a bit of that earlier , but since i develop apps and have little to do with systems administration im just concerned if DB is UTF most of time ;-)
__________________

http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
Ergo is offline   Reply With Quote
Old 10th January 2008, 11:37 PM   #14 (permalink)
hal
Member
 
Join Date: May 2006
Posts: 49
Default

haha - sorry for the typo, Ergo! ;-)

Actually, the locale can affect DB indexing and ORDER BY commands, but I see your point.
hal is offline   Reply With Quote
Old 13th January 2008, 09:28 AM   #15 (permalink)
Retired - Gone Fishin'
 
Dotable Steve's Avatar
 
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
Default

I'm scheduling a php upgrade for next week, possibly early the week after. So I'm holding off upgrading postgresql until then foks, may as well kill all the birds with the 1 stone, as php needs to be recompiled for this postgres upgrade. Been doing some testing with php of late and come up against some segfault problems, so I need to find out whats causing that prior to the upgrade.

There will be an announcement made (24 hours at least) before that is done.
__________________
Dotable - The home of "No Worries" hosting.
VPS ? Centos, Windows or Debian - Your choice
PHP5 ? Yes we do! ClientExec? No Worries!
Do We Ride the Rails? Yes we do!
Move your sites to Dotable ? Yes we will!
Dotable Steve is offline   Reply With Quote
Old 16th January 2008, 09:32 AM   #16 (permalink)
hal
Member
 
Join Date: May 2006
Posts: 49
Default

I apologise for the delay, Steve; I thought I had answered this.
Your plans for the upgrade are absolutely fine with me, and I appreciate you doing it.
Just a reminder, would you mind sending me a list (privately) of any of my clients who have created a postgre DB or, even better, if there is a way I can do this via the WHM, I would be glad if you could help me with it.
Many thanks
Hal
hal is offline   Reply With Quote
Old 9th February 2008, 10:08 PM   #17 (permalink)
pro webdeveloper
 
Ergo's Avatar
 
Join Date: Jul 2006
Location: Poland
Posts: 277
Default

btw. postgresql 8.3 had been released a few days ago. And looking on comparison chart and its new features, this is the most incredible open source database system currently available. After some discussions with my fellow programmers we decided its probably the best thing after Oracle .
__________________

http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
Ergo is offline   Reply With Quote
Old 12th February 2008, 03:00 AM   #18 (permalink)
hal
Member
 
Join Date: May 2006
Posts: 49
Default

Ergo, I agree, jumping straight to postgresql 8.3 would be ideal!
Like you say, it seems to have almost everything that a small to medium web-based app would need.
See the news release here http://www.postgresql.org/about/news.918

Is there any chance for you to upgrade to 8.3 instead of 8.2 Steve?
hal is offline   Reply With Quote
Old 13th February 2008, 10:39 PM   #19 (permalink)
pro webdeveloper
 
Ergo's Avatar
 
Join Date: Jul 2006
Location: Poland
Posts: 277
Default

well i think that according to this :
http://www.nabble.com/PostgreSQL-8.3...d15281830.html
they have centos rpms build, debian for example doesnt have it in stable repo.

I would risk saying that its suitable even for big apps - it has replication + i think it can handle 400gb databases without a problem :]
__________________

http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
Ergo is offline   Reply With Quote
Old 13th February 2008, 10:46 PM   #20 (permalink)
hal
Member
 
Join Date: May 2006
Posts: 49
Default

Steve
Do you have have an idea when the Postgresql upgrade will happen?
Thanks
Hal
hal is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go Back   Dotable - Dot your Domains™ > Dotable Support Forum


All times are GMT +10. The time now is 09:10 PM.


Home About Products F.A.Q Network Status Reasons Support Contact Search Terms

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0