If you can't see the video, here is the video link.
That video represents why I would put on the conferences. They were fun. We had …
Anytime. Anywhere. Since 1997.
That video represents why I would put on the conferences. They were fun. We had …
We are still actively working on PgNext: The Next PostgreSQL Conference. The folks on …
We have been working on a large Oracle 8i conversion to PostgreSQL. Our customers were not concerned with the data conversion: there are tools like ora2pg and oracle foreign data wrapper to accomplish this. They do, however, have a significant number of queries that needs to be converted.
Apparently, most queries from Oracle and PostgreSQL look similar; after all, both are relational database systems, as opposed to Cassandra or MongoDB, …
This is something I have seen many times now: a customer calls us because they lost some data and they want help recovering.
Now you must be wondering: surely if they lost data they can just recover from their last backup, right? Right — they had that. However we know that pg_dump takes a while to run and is stressful on the server, so it's normally run just once a …
Come on, admit it: you've always wanted to display the infomask bits from a tuple header in a human-readable manner, but you've never gotten around to it and you still keep htup.h in display while you peek around tuples.
Fortunately, that time is now past! Here's a short and simple recipe to decode the bits for your reading pleasure. Gone is the htup.h cheat sheet. Here's what you need:
create …
We were able to fund two features for PostgreSQL, both of which will hopefully hit for 9.2. The first is work to …