Thread

  1. psql tab-completion for CREATE UNLOGGED TABLE

    Itagaki Takahiro <itagaki.takahiro@gmail.com> — 2011-02-23T01:42:16Z

    Here is a patch to support CREATE UNLOGGED TABLE in psql tab-completion.
    It also fixes a bug that DROP is completed with TEMP and UNIQUE unexpectedly
    and cleanup codes for DROP OWNED BY in drop_command_generator().
    
    -- 
    Itagaki Takahiro