Re: [GENERAL] item descriptions in psql

1999-12-22 Thread Mike Mascari
"Gene Selkov, Jr." wrote: > > > Hi, > > > > I just found a reference to descriptions to functions/tables/...etc. > > and am now wondering how to add them myself? > > > > Joost Roeleveld > > not sure if there is a shortcut to this (it's short enough already): > > INSERT INTO pg_description (objo

Re: [GENERAL] item descriptions in psql

1999-12-22 Thread Gene Selkov, Jr.
> Hi, > > I just found a reference to descriptions to functions/tables/...etc. > and am now wondering how to add them myself? > > Joost Roeleveld not sure if there is a shortcut to this (it's short enough already): INSERT INTO pg_description (objoid, description) SELECT oid, 'your descripti

Re: [GENERAL] item descriptions in psql

1999-12-21 Thread Mike Mascari
"J. Roeleveld" wrote: > > Hi, > > I just found a reference to descriptions to functions/tables/...etc. > and am now wondering how to add them myself? > > Joost Roeleveld > > ps. as an example of what I'm referring to: > > mydb=> \dd currval > description > -- > sequence cu

[GENERAL] item descriptions in psql

1999-12-21 Thread J. Roeleveld
Hi, I just found a reference to descriptions to functions/tables/...etc. and am now wondering how to add them myself? Joost Roeleveld ps. as an example of what I'm referring to: mydb=> \dd currval description -- sequence current value (1 row) mydb=> \dd mytable

[GENERAL] item descriptions in psql

1999-12-21 Thread J. Roeleveld
Hi, I just found a reference to descriptions to functions/tables/...etc. and am now wondering how to add them myself? Joost Roeleveld ps. as an example of what I'm referring to: mydb=> \dd currval description -- sequence current value (1 row) mydb=> \dd mytable