Re: Display listings

From: "cristi" <cristi(at)dmhi(dot)ct(dot)ro>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Display listings
Date: 2002-11-07 06:04:21
Message-ID: 002801c28623$852b9b00$7201a8c0@aaa
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

And how can I see the source code of the function made by me?

>
> > How is it to display the listings/ detailed descriptions of a
> > function
> > or a table created using plpgsql or using database client such as
> > psql?
>
> Check out the \d commands through PSQL:
>
> \dt gives you a listing of all tables
> \df gives you a listing of all functions
> \d table-name gives you a schema of the table
> \d function-name gives you a list of parameters
> etc.
>
> Typing "\?" on the PSQL command line will show you more options.
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2002-11-07 07:54:41 Re: Display listings
Previous Message Josh Berkus 2002-11-06 17:55:31 Re: Display listings