Re: Display listings - Mailing list pgsql-novice

From cristi
Subject Re: Display listings
Date
Msg-id 002801c28623$852b9b00$7201a8c0@aaa
Whole thread Raw
In response to Re: Display listings  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: Display listings  (Oliver Elphick <olly@lfix.co.uk>)
List 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.
>



pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Display listings
Next
From: Oliver Elphick
Date:
Subject: Re: Display listings