CVS tag for 7.2.1?

Started by Jack Batesabout 24 years ago4 messagesgeneral
Jump to latest
#1Jack Bates
pgsql@floatingdoghead.net

Hello:

PostgreSQL anoncvs lacks a tag for the 7.2.1 release. Could I request
that one be set, please?

I might be able to squeeze in at least a review of the non-blocking SSL
TODO issues reported in a recent email of Tom Lane's. I am familiar
with such matters. Is anyone currently working on this? Please drop a
line if you have guidance.

Thanks again to the PostgreSQL development team! I continue to be
amazed at the attention to detail (and especially the quality of the
documentation) for this free system.

--

Jack Bates
Portland, OR, USA
http://www.floatingdoghead.net

#2DB@ ADM
db2adm@davlin.co.in
In reply to: Jack Bates (#1)
Desc of Functions

Hi Everybody ,
I am new to the postgres and was excited to see the features of postgres.
I want the document for all the available functions in postgres . Could any
body help me out ...
i have given the following query on the prompt..

psql==> \df

if gives me the list of all the functions with the return values and the
arguments ... but i am not able to make out what a particular function
actuall does ...
Regards
Yogesh

#3Bruce Momjian
bruce@momjian.us
In reply to: Jack Bates (#1)
Re: CVS tag for 7.2.1?

Jack Bates wrote:

Hello:

PostgreSQL anoncvs lacks a tag for the 7.2.1 release. Could I request
that one be set, please?

I might be able to squeeze in at least a review of the non-blocking SSL
TODO issues reported in a recent email of Tom Lane's. I am familiar
with such matters. Is anyone currently working on this? Please drop a
line if you have guidance.

I don't know anyone currently working on this.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#4Bruce Momjian
bruce@momjian.us
In reply to: DB@ ADM (#2)
Re: Desc of Functions

DB@ ADM wrote:

Hi Everybody ,
I am new to the postgres and was excited to see the features of postgres.
I want the document for all the available functions in postgres . Could any
body help me out ...
i have given the following query on the prompt..

psql==> \df

if gives me the list of all the functions with the return values and the
arguments ... but i am not able to make out what a particular function
actuall does ...

Try \df+.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026