ANN: BiggerSQL-1.3.3 - Mailing list pgsql-general

From Jerry LeVan
Subject ANN: BiggerSQL-1.3.3
Date
Msg-id 0B1D6209-EA0F-11D8-81B1-000393779D9C@eku.edu
Whole thread Raw
List pgsql-general
BiggerSQL is a Cocoa based browser (and much more ) for Mac OS X.

BiggerSQL is free and can be found at:

      http://homepage.mac.com/levanj/Cocoa

This version adds support for large text files and images of most
types (jpgs, pdf, ps, gif, animated gifs,....) stored in bytea fields
or stored as large objects.

The support is realized by a contextual menu. If the user
<command>-clicks at field in the results grid a menu will pop
up and allow the user to view in a separate window
  1) the complete contents of the field as text.
  2) the complete contents of a bytea field as unescaped text.
  3) the contents of the bytea field as an image.
if the field contains the oid of a large object the user can
choose to:
  1) display the contents of the large object as text.
  2) display the contents of the large object as an image.

The imageView window and the textView window also offer a
contextual menu that will allow the user to save the contents
of the window either as text or an image file.

In order to accommodate large bytea fields, the user can choose
to truncate the display of all fields at 200 characters. The
contextual menu will still allow the viewing of the complete
contents of the field.

BiggerSQL is the most complete Cocoa interface available for
interacting with postgresql, source code is included.

Enjoy,

Jerry


pgsql-general by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: PostgreSQL 8.0 Feature List?
Next
From: Stephan Szabo
Date:
Subject: Re: PostgreSQL 7.4.2 allows foreign key violation