Main.PostgresqlNotes History
Hide minor edits - Show changes to markup
2007-03-22,05:24 下午
by
- Changed line 7 from:
to
\\
Added line 11:
\\
2007-03-22,04:20 下午
by
- Changed line 10 from:
** SELECT table_catalog FROM information_schema.tables WHERE table_schema = 'public' GROUP BY table_catalog;
/* Will display all table_catalogs but the same will appear once only */
to
** SELECT table_catalog FROM information_schema.tables WHERE table_schema = 'public' GROUP BY table_catalog;
/* Will display all table_catalogs but the sames will appear once only */
2007-03-22,04:19 下午
by
- Changed line 5 from:
*** The user comment on the postgre document page
to
*** The user comment on the postgresql document page
Changed line 10 from:
** SELECT table_catalog FROM information_schema.tables WHERE table_schema = 'public' GROUP BY table_catalog;
to
** SELECT table_catalog FROM information_schema.tables WHERE table_schema = 'public' GROUP BY table_catalog;
/* Will display all table_catalogs but the same will appear once only */