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”

  • Open Source Replication and Clustering Solution for MySQL And PostgreSQL


    Code BeachAuthority Authority: 431
    Continuent, Inc., a leading provider of solutions for continuous data availability, advanced database replication, backup and database performance scalability, today announced availability of Continuent Tungsten Community Edition for MySQL®. Continuent Tungsten offers an easy to manage, dynamic database replication ...
    1 day ago
  • Set up a Gnumed backend server


    Telephone IssuesAuthority Authority: 165
    Recently I covered the front-end of the Gnumed software designed for the medical industry (see “ Let your medical practice go open source with Gnumed .”) In that article I showed you how to start working with Gnumed, but limited the installation to using the public servers. Because these public servers can not ...
    1 day ago
  • Biz directory + social network


    freelancersblog.netAuthority Authority: 164
    My site is a combination of bizness directory meets social networking. part1 business listing similar to yellow pages , businesses are lsiting according to categories , users can search by buiness name , type of business , city. I have the php scripts for this part ready social networking part 2 -users can login ...
    1 day ago
  • Perl Mongers, Open SQL Camp and JPUG 10th anniversary coming up


    tending the gardenAuthority Authority: 405
    I’ve got a busy couple of weeks in November: November 11, 2009 – I’m presenting Bucardo (a sweet replication system for Postgres) at the Portland Perl Mongers group, 7pm at Free Geek . November 13-14, 2009 – I’ll be helping run OpenSQL Camp with Eric Day here in Portland, OR. We’re having it at ...
    2 days ago
  • 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 ...
    4 days ago
  • Project For Vandani


    Get a Freelance JobAuthority Authority: 179
    Continue work on postgreSQL query application as discussed
    4 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 ...
    4 days ago
  • Waiting for 8.5 – “GRANT ALL”


    select * from depesz;Authority Authority: 114
    One of the most common (or perhaps even the most common) question people have regarding PostgreSQL, is how to change privileges for all tables.Usually they want something like MySQL’s:GRANT ... ON database.* TO ...Which is interesting as it is actually 2 distinct features in one:grant privileges on all existing ...
    4 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 ...
    5 days ago
  • Create Remove and Repair a MySQL or PostgreSQL Database in CPanel


    TuVinhSoft .,JSCAuthority Authority: 481
    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 ...
    5 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 ...
    6 days ago
  • PostGIS does Geography


    Postgres OnLine JournalAuthority Authority: 108
    The upcoming version of PostGIS - PostGIS 1.5 will be an exciting one. It has native geodetic support in the form of the new geography type, similar in concept to SQL Servers geography support. For windows users, we have experimental binary builds hot off the presses for PostgreSQL 8.3 and 8.4 Continue reading ...
    6 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 ...
    1 week ago
  • Automated Program for poker


    freelancersblog.netAuthority Authority: 164
    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 ...
    1 week 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 _______ _______|\ /|( ____ \( ____ \| ) ( || ( \/| ( \/| | | || (_____ | (__| | | |(_____ )| __)| | | | ) || (| (___) |/\____) || ...
    1 week 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
  • Waiting for 8.5 – ’samehost’ and ’samenet’ in pg_hba.conf


    select * from depesz;Authority Authority: 114
    October, finally. “Only” 1 month of backlog in new features in 8.5, but I’m getting there So, on 1st of October Tom Lane committed patch by Stef Walter:Log Message:-----------Support "samehost" and "samenet" specifications in pg_hba.conf,by enumerating the machines IP interfaces to look for a match. Stef ...
    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
  • Waiting for 8.5 – DO


    select * from depesz;Authority Authority: 114
    On 22nd of September, Tom Lane committed a patch by Petr Jelinek:Log Message:-----------Implement the DO statement to support execution of PL code without havingto create a function for it. Procedural languages now have an additional entry point, namely a functionto execute an inline code block. This seemed a better ...
    1 week ago
  • Upcoming Project


    Get a Freelance JobAuthority Authority: 179
    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

Comments about postgresql

Personal attacks are NOT allowed
Please read our comment policy