PostgreSQL

Tag details

Welcome to the 'PostgreSQL' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'PostgreSQL'.

Look up Offsite Link "PostgreSQL" at The Free Dictionary

Latest blogosphere posts tagged “PostgreSQL”

  • A review of Optimizing Oracle Performance by Cary Millsap


    XaprbAuthority Authority: 119
    Optimizing Oracle Performance Optimizing Oracle Performance . By Cary Millsap , O’Reilly 2003. Page count: about 375 pages with appendices. (Here’s a link to the publisher’s site .) This is easily one of the best books I’ve ever read on performance optimization. I’ve just finished reading it for ...
    2 days ago
  • Project For Vandani


    Get a Freelance JobAuthority Authority: 180
    Continue work on postgreSQL query application as discussed
    2 days ago
  • Adapt and install in my a IRT open proyect by portalatleta


    Pro Freelance ProjectsAuthority Authority: 177
    I would like to instal in my server: Estimation of an Examinee’s Ability in the Web-Based Computerized Adaptive Testing Program IRT-CAT http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2631187/ This proyect is made with php 5, javascript and postgreSQL… (Budget: $250-750, Jobs: Apache, Javascript, PHP)Go to ...
    2 days ago
  • Refactoring!


    Bacon and TechAuthority Authority: 108
    Last night at the hackathon ,  we refactored one of our queries from my review of Refactoring SQL Applications .* First, we had a duplicate field name in the original select.  Not a problem if you’re just doing a select, but if you want to create a table (temp or otherwise) from the data, it won’t work.  So ...
    3 days ago
  • Create Remove and Repair a MySQL or PostgreSQL Database in CPanel


    TuVinhSoft .,JSCAuthority Authority: 482
    This article will explain you on how to manage MySQL or PostgreSQL database in cPanel. After logging into cPanel you will find the MySQL or PostgreSQL icons. CPanel screen lets you to create or work with those types of databases. CPanel uses a similar interface for both types of databases, that’s why most of the ...
    4 days ago
  • My Catalyst Tutorial: Add Authors to the View


    Just a TheoryAuthority Authority: 415
    Another post in my ongoing series of posts on using Catalyst with Template::Declare and DBIx::Connector. This will be the last post covering material from chapter 3 , I promise. This is a fun one, though, because we continue to use this really nice DSL called “SQL,” which I think is more expressive than an ...
    5 days ago
  • pgTAP Best Practices Slides Available


    Just a TheoryAuthority Authority: 415
    PgTAP Best Practices View more presentations from David Wheeler . Last month I gave two presentations at the PostgreSQL Conference West . The first was a variation on Unit Test Your Database! , which Ive now given about six times (and will at least two more times, including tomorrow night for Portland PLUG ...
    5 days ago
  • Automated Program for poker


    freelancersblog.netAuthority Authority: 165
    This is quite a complex project so please feel free to ask questions via PM but heres the basic overview. Basically youll need to get the information from the poker client, i guess this can be done via several methods, screen scraping, OCR, image recognition or possibly a much easier method which ill discuss in a ...
    5 days ago
  • I’m a Postgres user, as it turns out


    XaprbAuthority Authority: 119
    Someone recently posted this to an email list as a sample of an interesting SHOW INNODB STATUS output: mysql> SHOW ENGINE INNODB STATUS\G _______ _______|\ /|( ____ \( ____ \| ) ( || ( \/| ( \/| | | || (_____ | (__| | | |(_____ )| __)| | | | ) || (| (___) |/\____) || ...
    6 days ago
  • Catalyst with DBIx::Connector and Template::Declare


    Just a TheoryAuthority Authority: 415
    Following up on my post yesterday introducing Catalyst::View::TD , today Id like to continue with the next step in chapter 3 of the Catalyst tutorial. The twist here is that Im going to use PostgreSQL for the database back-end and start introducing some database best practices. Im also going to make use of my ...
    1 week ago
  • Tracking Google Analytics events in development environment with GoogleAnalyticsProxy


    Robby on RailsAuthority Authority: 113
    As mentioned in a recent article 1 , I’ve been diving deep into Google Analytics lately while working on a few client projects. We’re aiming to use much more of the features of Google Analytics and have been hitting some roadblocks with the development versus production application environments. Once you begin ...
    1 week ago
  • Upcoming Project


    Get a Freelance JobAuthority Authority: 180
    Hi , My Upcoming Project Requires following Skillsets - 1) Php:OOPS + MVC Framework. 2) Good Knowledge of Postgress database. 3) Subversion knowledge is must. 4) Good Knowledge of Apache,unix,SSH commands. 5) Good knowledge of XHTML,Javascript,Mod Rewrite etc Hours of availability – 8hrs/day & 4days/week. ...
    1 week ago
  • Wikipedia Page…. Templates


    Get a Freelance JobAuthority Authority: 180
    Need to create a template page for easy inputs into my wikipedia page (already created). A) Users will need to open my Wikipedia page and enter very basic information into a the fields: Address, City, ST, Name of Gas Station, Price of Fuel for type of fuel. B) Create a list of select boxes for the ...
    1 week ago
  • WikiPedia page…. Templates


    freelancersblog.netAuthority Authority: 165
    Need to create a template page for easy inputs into my wikipedia page (already created). A) Users will need to open my Wikipedia page and enter very basic information into a the fields: Address, City, ST, Name of Gas Station, Price of Fuel for type of fuel. B) Create a list of select boxes for the ...
    1 week ago
  • A History of Tarballs


    Peter Eisentraut's BlogAuthority Authority: 98
    I have been maintaining the autoconfigury of PostgreSQL for many years now, and every once in a while I go to ftp://ftp.gnu.org/gnu/autoconf/ to check out a new version of Autoconf. That FTP listing is actually an interesting tale of how tarball creation practices have evolved over the years. Obviously, .tar.gz ...
    1 week ago
  • Linux/windows Administrators


    Get a Freelance JobAuthority Authority: 180
    System Administrator We are looking for system administrator who got knowledeg of Cpanel/WHM Plesk Virtuozzo Windows OS Linux OS Openvz Xen Hyper V Scope of work 1. Setup server monitoring port and process monitoring. Reboot or call IDC if server goes down. 2. Backups to remote backup server using script (Windows ...
    2 weeks ago
  • Attention PL/Proxy Users: Hash Functions Have Changed in PostgreSQL 8.4


    Peter Eisentraut's BlogAuthority Authority: 98
    Consider the following elementary PL/Proxy example : CREATE FUNCTION get_user_email(username text)RETURNS text AS $$ CLUSTER userdb; RUN ON hashtext(username);$$ LANGUAGE plproxy; The integrity of this setup depends on (among other things) the hash function always giving the same result for the same username. ...
    2 weeks ago
  • Postgresql To Mysql Site


    Get a Freelance JobAuthority Authority: 180
    I need to convert a postgreSQL site into a MySQL site. I have a postgreSQL dump. The final website may need a bit of adaptation. But the site is quite simple, it’s a voting system. Adaptation means that you will have to make sure that the program works OK with the MySQL database. My hosting doesn’t allow ...
    2 weeks ago
  • RailsOnPg released


    Robby on RailsAuthority Authority: 113
    Hello fellow PostgreSQL and Ruby on Rails geeks, Alexander Tretyakov ( twitter ) recently released a plugin for Ruby on Rails, which extends migrations and provides you with the ability to create. Functions ( pg docs ) Triggers ( pg docs ) Views ( pg docs ) While you can already do something like ...
    2 weeks ago
  • Tuning Your Storage System for Database Workloads


    System News for Sun Users - The BlogAuthority Authority: 135
    Free Sun Startup Essentials Webinar Databases are a key part of any application. The storage subsystem contributes most to performance of the database. In recent days, new storage technologies like Solid State Storage (SSD) and high performance drives are becoming cheaper and more accessible, but it takes a lot of ...
    2 weeks ago

Comments about PostgreSQL

Personal attacks are NOT allowed
Please read our comment policy