Re: Created a PostgreSQL test, what do you think?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Jsmarterer <justin(at)smarterer(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Created a PostgreSQL test, what do you think?
Date: 2013-05-01 20:57:23
Message-ID: CAHyXU0ydN1R+Ly0zabPVTOD-Cy2zByD-qC6Wo0E24sx=BaHHfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 1, 2013 at 9:16 AM, Jsmarterer <justin(at)smarterer(dot)com> wrote:
> Hey gang,
>
> We created a PostgreSQL test for database admins to test their knowledge and
> prove their skills to employers and members of the community. What do you
> think? By taking the test and flagging any wonky questions, you'll be
> helping make the test better for future PostgreSQL users.
>
> Check it out here <http://smarterer.com/tests/postgresql?c=forum-postgresql>
>
> Let me know if you have any questions and post your scores below!

more nits:
*) you may issue ALTER TABLE during vacuum. (it blocks, but you can
still issue).
*) lower() functional index is not case insensitive indexing and use
of lower function is at least partially required.

melrin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ralph Graulich 2013-05-01 21:53:22 tstzrange with ... 'infinity'] + upper_inf() using 9.2.4
Previous Message Merlin Moncure 2013-05-01 20:24:08 Re: zLinux Load Testing Experience