On Mon, Aug 5, 2019 at 2:03 PM Simon Slavin <slav...@bigfraud.org> wrote:

> On 5 Aug 2019, at 11:54am, Dominique Devienne <ddevie...@gmail.com> wrote:
>
> > What other sqlite_* tables are you talking about?
> > sqlite_master is AFAIK the only table with a "fixed-name", that's part
> of the "public API" as previously discussed.
>
> I would argue that sqlite_sequence and sqlite_stat?, as documented in
>
> <https://www.sqlite.org/fileformat2.html#the_sqlite_sequence_table>
>
> and later sections, are just as well documented as sqlite_master, and
> therefore just as arguably part of the public API.
>

Right. As long as the page includes "master" in its title, as in
"sqlite_master and other built-in SQLite tables", makes sense.
Just an exhaustive list of such tables, with links to other places in the
doc about them, would be an improvement compare
to the current situation IMHO. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to