Code Comments
Programming Forum and web based access to our favorite programming groups.Why don't you help me finish all the pgsql function documentation conversion to the new format? Chris Jean-Sébastien Goupil wrote: > jsgoupil Thu Apr 28 20:00:48 2005 EDT > > Modified files: > /phpdoc/en/reference/pgsql/functions pg-meta-data.xml > Log: > adding parameters and return values - #32877 > > http://cvs.php.net/diff.php/phpdoc/...1.7&r2=1.8&ty=u > Index: phpdoc/en/reference/pgsql/functions/pg-meta-data.xml > diff -u phpdoc/en/reference/pgsql/functions/pg-meta-data.xml:1.7 phpdoc/en /reference/pgsql/functions/pg-meta-data.xml:1.8 > --- phpdoc/en/reference/pgsql/functions/pg-meta-data.xml:1.7 Fri Mar 11 11 :03:25 2005 > +++ phpdoc/en/reference/pgsql/functions/pg-meta-data.xml Thu Apr 28 20:00: 46 2005 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.7 $ --> > +<!-- $Revision: 1.8 $ --> > <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 --> > <refentry id='function.pg-meta-data'> > <refnamediv> > @@ -18,12 +18,42 @@ > </methodsynopsis> > <para> > <function>pg_meta_data</function> returns table definition for > - <literal>table_name</literal> as an array. If there is error, it > - returns &false; > + <literal>table_name</literal> as an array. > </para> > &warn.experimental.func; > </refsect1> > > + <refsect1 role="parameters"> > + &reftitle.parameters; > + <para> > + <variablelist> > + <varlistentry> > + <term><parameter>connection</parameter></term> > + <listitem> > + <para> > + PostgreSQL database connection resource. > + </para> > + </listitem> > + </varlistentry> > + <varlistentry> > + <term><parameter>table_name</parameter></term> > + <listitem> > + <para> > + The name of the table. > + </para> > + </listitem> > + </varlistentry> > + </variablelist> > + </para> > + </refsect1> > + > + <refsect1 role="returnvalues"> > + &reftitle.returnvalues; > + <para> > + An <type>array</type> of the table definition, or &false; on error. > + </para> > + </refsect1> > + > <refsect1 role="examples"> > &reftitle.examples; > <para>
Post Follow-up to this messageAlright, leave the pgsql ones to me then :) Jean-Sebastien Goupil wrote: > It could bebut there are more than 600 files to update in french > doc, i'm a new translator and i'll try to correct french doc first with > these 600 files... > > Jean-Sébastien > > > Christopher Kings-Lynne wrote: >
Post Follow-up to this messageIt could bebut there are more than 600 files to update in french doc, i'm a new translator and i'll try to correct french doc first with these 600 files... Jean-Sébastien Christopher Kings-Lynne wrote: > Why don't you help me finish all the pgsql function documentation > conversion to the new format? > > Chris > > Jean-Sébastien Goupil wrote: > > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.