Thread: small typo

small typo

From
Euler Taveira de Oliveira
Date:
Hi,

This is a small typo in guc.c.


Euler Taveira de Oliveira
euler[at]yahoo_com_br








_______________________________________________________
Promoção Yahoo! Acesso Grátis: a cada hora navegada você acumula cupons e concorre a mais de 500 prêmios! Participe!
http://yahoo.fbiz.com.br/

Attachment

Re: small typo

From
Tom Lane
Date:
Euler Taveira de Oliveira <eulerto@yahoo.com.br> writes:
> This is a small typo in guc.c.

The *real* problem with that variable description is that it's about a
factor of 5 too long.  Will we be copying the entire contents of
config.sgml next?

            regards, tom lane

Re: small typo

From
Bruce Momjian
Date:
Applied.  Thanks.

---------------------------------------------------------------------------

Euler Taveira de Oliveira wrote:
> Hi,
>
> This is a small typo in guc.c.
>
>
> Euler Taveira de Oliveira
> euler[at]yahoo_com_br
>
>
>
>
>
>
>
>
> _______________________________________________________
> Promo??o Yahoo! Acesso Gr?tis: a cada hora navegada voc? acumula cupons e concorre a mais de 500 pr?mios! Participe!
http://yahoo.fbiz.com.br/

Content-Description: 4257893311-guc.diff

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: small typo

From
Bruce Momjian
Date:
Tom Lane wrote:
> Euler Taveira de Oliveira <eulerto@yahoo.com.br> writes:
> > This is a small typo in guc.c.
>
> The *real* problem with that variable description is that it's about a
> factor of 5 too long.  Will we be copying the entire contents of
> config.sgml next?

It is the same length as zero_damaged_pages above it, and fsync above
that.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Can I use variable to store sql data?

From
NosyMan
Date:
Hi,

The scenario:
SELECT id_product FROM products WHERE product_code='PRD-030';

Now I want to insert id_product into another table :

INSERT INTO product_sales( id_product, sale_date)
INSERT INTO product_sales( id_product, sale_date)
INSERT INTO product_sales( id_product, sale_date)