Can anyone explain what's going on with the slashes?

ssdb=# select version();
                                  version
---------------------------------------------------------------------------
 PostgreSQL 8.0.1 on sparc-sun-solaris2.9, compiled by GCC gcc (GCC)
3.4.2
(1 row)

ssdb=# select ARRAY['\\a'];
  array
---------
 {"\\a"}
(1 row)

ssdb=# select ARRAY['\a'];
 array
-------
 {a}
(1 row)

ssdb=# select ARRAY['\\\a'];
  array
---------
 {"\\a"}
(1 row)




-- 


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to