How to retrieve object definition?

From: "Yudie" <yudie(at)axiontech(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: How to retrieve object definition?
Date: 2003-04-18 20:57:32
Message-ID: 009201c305ed$22031040$8401a8c0@yudie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
I'm trying to get rule definition of Pgsql's rule... you know just like in
pgAdmin you can see create definition command of object like create table...
/ create rule....

I need to drop a rule, but before I drop it, I need to grab it's definition
first ,so I can recreate the same rule on the future.

I'm using Vb, any component can be use for this action?

Thank you

yudie

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2003-04-18 21:07:33 Suggestion: Need conversion-testing functions.
Previous Message Aditya 2003-04-18 19:11:23 converting from bigint to bit to use bitwise operators