Re: [HACKERS] question about meaning of character varying without length

2009-06-30 Thread Andrew Dunstan
Konstantin Izmailov wrote: Delivery to the following recipient failed permanently: pgsql-gene...@postgresql.com should be pgsql-gene...@postgresql.org, not pgsql-gene...@postgresql.com. cheers andrew -- Sent via pgsql-hackers mailing list (pgs

Re: [HACKERS] question about meaning of character varying without length

2009-06-16 Thread Stefan Kaltenbrunner
Konstantin Izmailov wrote: Here you go: from Mail Delivery Subsystem > to pgf...@gmail.com dateMon, Jun 15, 2009 at 9:16 PM subject Delivery Status Notification (Failure) hide details 9:16 PM (31 minutes ago)

Re: [HACKERS] question about meaning of character varying without length

2009-06-15 Thread Konstantin Izmailov
Here you go: fromMail Delivery Subsystem topgf...@gmail.com dateMon, Jun 15, 2009 at 9:16 PMsubjectDelivery Status Notification (Failure) hide details 9:16 PM (31 minutes ago) Reply [image: Follow up message] This is an automatically generated Delivery Status Notification Delivery to the followin

Re: [HACKERS] question about meaning of character varying without length

2009-06-15 Thread Robert Haas
On Tue, Jun 16, 2009 at 12:45 AM, Konstantin Izmailov wrote: > I have tried to send to pgsql-general twice, each time it returns error: > "Relay access denied (state 14)." Will try to post to pgsql-odbc. Could you provide the full bounce message? ...Robert -- Sent via pgsql-hackers mailing list

Re: [HACKERS] question about meaning of character varying without length

2009-06-15 Thread Konstantin Izmailov
I have tried to send to pgsql-general twice, each time it returns error: "Relay access denied (state 14)." Will try to post to pgsql-odbc. Thank you! On Mon, Jun 15, 2009 at 9:29 PM, Robert Haas wrote: > On Tue, Jun 16, 2009 at 12:24 AM, Konstantin Izmailov > wrote: > > Hello, > > I've found fo

Re: [HACKERS] question about meaning of character varying without length

2009-06-15 Thread Robert Haas
On Tue, Jun 16, 2009 at 12:24 AM, Konstantin Izmailov wrote: > Hello, > I've found following description: "If character varying is used without > length specifier, the type accepts strings of any size. The latter is a > PostgreSQL extension." > > Does this mean that "character varying without lengt

[HACKERS] question about meaning of character varying without length

2009-06-15 Thread Konstantin Izmailov
Hello, I've found following description: "If character varying is used without length specifier, the type accepts strings of any size. The latter is a PostgreSQL extension." Does this mean that "character varying without length" is equivalent to "text" type. Are there any differences? I noticed t