Jump to content

Archive for the ‘Training/Education’ Category


More Philadelphia Action

Friday, February 26th, 2010 by Bruce Momjian

A month ago I mentioned a surprising number of Postgres activities in Philadelphia. One month later, those events are past but now there are more.

First, PG East is shaping up to be a big conference:

  • The conference agenda looks very full, with both developer and business-oriented talks. The business-oriented focus is rather new for Postgres conferences, and I think signals more mainstream adoption of Postgres.
  • It is at the Warwick Hotel. This lobby photo should give you a good idea of how nice the hotel is — we will simply have to adjust to having a Postgres conference in a fancy hotel.
  • Noel Yuhanna of Forrester Research will be speaking. He is the person who authored last year’s Forrester Wave report that found Ingres and MySQL as the leading open source databases (news report). You can judge for yourself how much “research” went into that report, but we will be nice to him — a bodyguard will be unnecessary.

Registrations are now being accepted. There is a useful “Reasons to Attend” page that will help people who are undecided.

Second, it looks like I will be co-teaching a database class at Drexel University again this summer, but this time, a new, more advanced class that will highlight Postgres technology. Drexel wants to expand their database offerings and train skilled Postgres engineers. Postgres certainly offers students a unique opportunity to understand database technology.

More Philadelphia Action



Installing Postgres Plus Standard Server

Thursday, November 5th, 2009 by Scott Mead

EnterpriseDB has taken Postgres to the next level with Postgres Plus Standard Server.  Standard Server delivers PostgreSQL 8.4, StackBuilder Plus with UpdateMonitor, pre-integrated enterprise modules, value-added enterprise module testing, and enterprise subscription, support, and packaged services. It’s a simple way to install the database engine and all the tools you need in order to get under way.

(more…)

Installing Postgres Plus Standard Server



Lists and Recursion and Trees (Oh, My!)

Wednesday, October 21st, 2009 by Bruce Momjian

On Sunday at PG West, David Fetter gave an interesting presentation about recursive queries; he explained step by step how recursive queries can create Mandelbrot sets and solve traveling salesman problems. I had seen these queries before but this is the first time I heard them explained. Interestingly, two levels of recursive queries were used — one recursive query’s output was fed into the next recursive query, which was then fed into the main query.

Lists and Recursion and Trees (Oh, My!)



Presentation License

Friday, October 2nd, 2009 by Bruce Momjian

I have relicensed all my presentations under the Creative Commons Attribution License, which most closely matches the BSD licensed used by Postgres. Previously there was no license on the presentations, meaning, I think, all rights were reserved. (My book cannot be relicensed because the copyright is owned by the publisher, Addison-Wesley.)

Presentation License



School is Out

Wednesday, September 30th, 2009 by Bruce Momjian

I completed teaching my university database course at the end of August. The class went more smoothly than I thought. It was similar to teaching at a conference, except it was twice a week for ten weeks. I had a teaching assistant who graded the homework, and an experienced professor helped with exams and grading, so I focused mostly on lectures.

All the students had heard of Postgres and knew of its reputation. They all used Postgres for homework assignments, including one that required writing an application that connected to Postgres. No one had major problems, which is a good indication that our one-click installers are easy for new users.

Though the course is over, I am still on the Drexel faculty and will probably be involved in database and open source activities there in the future.

School is Out



Reaching Out to Middleware Users

Thursday, September 3rd, 2009 by Bruce Momjian

I just presented a talk at JBoss World with Jim Mlodgenski of EnterpriseDB. We showed the changes necessary to allow Hibernate to work well with Postgres. I wonder if we should be doing more to encourage middleware users to use Postgres, perhaps by creating resources so they can use Postgres more efficiently. Here is our talk (registration required).

Reaching Out to Middleware Users



Quick and Powerful Database with OpenOffice.org and Postgres

Sunday, July 26th, 2009 by Scott Mead

Unless you’ve been living under a rock for the past 3 years, you’ve heard of OpenOffice.org.  Like most people, I’ve used the software a few times to edit some documents and haven’t really given much thought to it.  During one of my last plane trips, I decided that the small database I keep (in PostgreSQL) needed a facelift, err, well, a face actually.  I built the database completely on the CLI with the postgres ‘psql’ utility and all my access to it is via the CLI.  This is nice, but I figured that there had to be something easier.  I fired up OO.org and started a ‘New Database’ just to see what was possible.  The first screen up gives us the option:

Connect to existing DB via JDBC

I was immediately beside myself with excitement, if OpenOffice base had the ability to draw forms like MS Access, and will let me hook it up to my existing postgres DB, then I may be done with an interface before the flight deck signals ‘initial approach’.

(more…)

Quick and Powerful Database with OpenOffice.org and Postgres



Professor Momjian

Monday, June 15th, 2009 by Bruce Momjian

You might remember the PostgreSQL East conference that took place this past April at Drexel University in Philadelphia. As part of the event, I and other conference leaders had dinner with the Drexel Computer Science Department Head, Jeremy Johnson. One item we discussed was our frustration at the limited academic adoption of Postgres, even though Postgres is better for education than many other databases used in academia. Jeremy seemed to understand our plight, and I gave him my business card in case I could help Drexel, perhaps by doing a guest lecture about Postgres.

Well, a month later, I got an email asking if I could teach a database course this summer; that was much more involvement than I anticipated. I thought about it for a week, asked a few people for advice, and decided to accept. I filled out the paperwork a few days ago so now I am officially a Drexel adjunct professor, at least for the summer. I have already created a web site for the class. (Much of that material was provided by the previous instructor.)

The class is a combined graduate/undergraduate class, with both traditional and online students. Classes start June 22 and last for ten weeks. Students will use Postgres exclusively for learning SQL, homework, and projects. I hope this class not only encourages more Postgres use at Drexel and among Drexel graduates, but also spurs other educational institutions to explore the benefits of incorporating Postgres into their curriculum.

Professor Momjian



Connect
About the Bloggers
Search

You are currently browsing the archives for the Training/Education category.