subscribe-set pgsql-general digest
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
How can I change the default data sort for a table? When I view the data
in the selected table, it always opens a spreadsheet view sorted by the
primary key. In this case, the primary key is a one-up number and a more
useful sort is the name column. How can I have it default to sort by
name rat
How can I change the default data sort for a table? When I view the data
in the selected table, it always opens a spreadsheet view sorted by the
primary key. In this case, the primary key is a one-up number and a more
useful sort is the name column. How can I have it default to sort by
name rat
quot;subscriptions"
FOR EACH ROW EXECUTE PROCEDURE
check_primary_key ('mag_id', 'magazines', 'mag_id');
create function
CREATE FUNCTION "check_primary_key" ( ) RETURNS opaque AS
'/usr/local/pgsql/lib/modules/refint.so' LANGUAGE 'C';
--
Michael Fraley
[EMAIL PROTECTED]
http://www.usfca.edu/~fraley