Skip to content
Snippets Groups Projects
  1. Apr 06, 2004
    • Bruce Momjian's avatar
      The attached applied patch throws an error if the delimiter appears in · 4a72dbc1
      Bruce Momjian authored
      the COPY NULL string:
      
              test=> copy pg_language to '/tmp/x' with delimiter '|';
              COPY
              test=> copy pg_language to '/tmp/x' with delimiter '|' null '|x';
              ERROR:  COPY delimiter must not appear in the NULL specification
              test=> copy pg_language from '/tmp/x' with delimiter '|' null '|x';
              ERROR:  COPY delimiter must not appear in the NULL specification
      
      It also throws an error if it conflicts with the default NULL string:
      
              test=> copy pg_language to '/tmp/x' with delimiter '\\';
              ERROR:  COPY delimiter must not appear in the NULL specification
              test=> copy pg_language to '/tmp/x' with delimiter '\\' NULL 'x';
              COPY
      4a72dbc1
    • Bruce Momjian's avatar
      Add CLUSTER tag to psql \d display. · 5e9f4d26
      Bruce Momjian authored
      5e9f4d26
  2. Apr 05, 2004
  3. Apr 04, 2004
  4. Apr 03, 2004
  5. Apr 02, 2004
  6. Apr 01, 2004
  7. Mar 31, 2004
  8. Mar 30, 2004
Loading