small typo

Started by Euler Taveira de Oliveiraalmost 21 years ago5 messagespatches
Jump to latest

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/

Attachments:

guc.diffapplication/octet-stream; name=guc.diffDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Euler Taveira de Oliveira (#1)
Re: small typo

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Euler Taveira de Oliveira (#1)
Re: small typo

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
#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: small typo

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
#5NosyMan
nosyman@gmail.com
In reply to: Euler Taveira de Oliveira (#1)
Can I use variable to store sql data?

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)