bytea question
mikeo <mikeo@spectrumtelecorp.com>
From: mikeo <mikeo@spectrumtelecorp.com>
To: pgsql-general@postgresql.org
Date: 2000-08-15T19:34:27Z
Lists: pgsql-general
hi all, in the pg_trigger table the tgargs column is defined as type "BYTEA". i can split this up in perl, once retrieved, but can't figure out how to "substring" it in sql. is there an SQL way to select pieces of a column of this type? any help is appreciated, mikeo