Skip to content

Commit

Permalink
Small indentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jan 17, 2012
1 parent c15f932 commit 8f144a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_tracker.sql
Expand Up @@ -21,7 +21,7 @@ BEGIN
(SELECT column_name FROM information_schema.columns
WHERE table_schema = ''' || quote_ident(dbschema) || '''
AND table_name = ''' || quote_ident(dbtable) || '''
ORDER BY ordinal_position) AS foo';
ORDER BY ordinal_position) AS foo';

EXECUTE sql INTO ret;

Expand Down

0 comments on commit 8f144a9

Please sign in to comment.